xterm
Here are 181 public repositories matching this topic...
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
-
Updated
May 19, 2022 - C
-
Updated
May 23, 2022 - C++
-
Updated
Feb 3, 2022 - Shell
-
Updated
May 10, 2022 - Go
We do not (want to) support multiple installed versions anyways. So let's get rid of the version component in the program folder.
Checklist
- install into path not containing the app version
- auto-updater.
- put contour.exe's app path into the user's (/system's) search path.
- ensure font metrics when moving window to different screen with different DPI scale.
-
Updated
Mar 30, 2022 - Vim script
-
Updated
May 24, 2022 - Swift
-
Updated
Aug 15, 2021 - C++
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Jan 28, 2020
-
Updated
Jan 25, 2021
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Jan 16, 2021
-
Updated
May 23, 2022 - PHP
Description
Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__
_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all
-
Updated
May 7, 2022 - PowerShell
-
Updated
May 18, 2020 - JavaScript
-
Updated
Oct 23, 2018 - Vim script
-
Updated
Nov 3, 2020 - Vue
-
Updated
Nov 29, 2018 - C
-
Updated
Apr 28, 2022 - JavaScript
Improve this page
Add a description, image, and links to the xterm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xterm topic, visit your repo's landing page and select "manage topics."
The options API always returns the initial values for cols/rows, this was the root cause of this issue which was tough to figure out: microsoft/vscode#146059
We should special case Terminal.options.rows/cols to return Terminal.rows/cols