terminal-emulator
Here are 170 public repositories matching this topic...
Describe the bug
Closing a tab makes the previous tab name have the extended directory format even if the Main Window option Abbreviate directories in tab names
is enabled.
Expected behavior
The previous tab name
-
Updated
Jul 27, 2020 - C
-
Updated
Sep 11, 2020 - Shell
-
Updated
May 31, 2020 - Go
I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som
-
Updated
Oct 4, 2020 - Perl
-
Updated
Oct 6, 2020 - Rust
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Oct 3, 2020 - Haskell
-
Updated
May 24, 2020 - JavaScript
-
Updated
Sep 7, 2020 - Shell
-
Updated
Sep 7, 2020 - Shell
-
Updated
Nov 29, 2018 - C
-
Updated
Mar 11, 2020 - C
-
Updated
Sep 13, 2020 - C++
-
Updated
Sep 15, 2019 - Go
-
Updated
Oct 6, 2018 - C
-
Updated
Oct 4, 2020 - C++
-
Updated
Jul 13, 2020 - C
-
Updated
Aug 8, 2020 - Go
-
Updated
Dec 12, 2017 - C#
-
Updated
Apr 3, 2020 - C
-
Updated
Dec 27, 2018 - TypeScript
-
Updated
Aug 14, 2020 - JavaScript
-
Updated
Jul 3, 2018 - JavaScript
Improve this page
Add a description, image, and links to the terminal-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-emulator topic, visit your repo's landing page and select "manage topics."
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSound
to take a() => void
:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50