xterm
Here are 172 public repositories matching this topic...
-
Updated
Nov 8, 2021 - C
-
Updated
Nov 6, 2021 - Go
-
Updated
Sep 18, 2021 - Shell
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
-
Updated
Oct 7, 2021 - Vim script
on terminal exit we could store the grid buffer contents and if this session is to be resumed the grid buffer (including scrollback) could be restored.
we should remember & restore:
- grid buffer (including scrollback)
- path to config file
- active profile
it should be possible to disable this session-restore feature via config file setting (per profile or global?)
-
Updated
Nov 5, 2021 - Swift
-
Updated
Aug 15, 2021 - C++
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Jan 28, 2020
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Jan 25, 2021
-
Updated
May 1, 2021 - PHP
-
Updated
Jan 16, 2021
-
Updated
Mar 13, 2019 - Java
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 18, 2020 - JavaScript
-
Updated
Oct 23, 2018 - Vim script
-
Updated
Nov 3, 2020 - Vue
-
Updated
Nov 29, 2018 - C
-
Updated
Sep 21, 2021 - 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."
Currently, the Web Links Addon has a hard-coded Regex used to match URLs, and this regex isn't always sufficient / comprehensive (related: #3539). It would be helpful to introduce some method to provide an alternative Regex, something along the lines of a `setUrlRegex(regex: RegEx