xterm
Here are 163 public repositories matching this topic...
-
Updated
Jul 19, 2021 - C
-
Updated
Jul 13, 2021 - Shell
-
Updated
May 12, 2021 - Go
-
Updated
Aug 30, 2020 - Vim script
Abstract
Not every running binary care about setting up a proper terminal title. Especially when Contour is started directly with a TUI application as the inner process, bypassing a shell, such as with contourncspot or contour aptitude. The title of the window will be simply contour which is non-intuitive if you want to switch between windows on t
-
Updated
Jul 20, 2021 - Swift
-
Updated
Jul 12, 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 29, 2018 - C
-
Updated
Nov 3, 2020 - Vue
-
Updated
Mar 6, 2021 - CoffeeScript
-
Updated
May 25, 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."


ANSI codes to hide (
\x1b[?25l) and show (\x1b[?25h) the cursor are not retained during the serialization. I understand that this concerns more the current state of the terminal, but since the cursor position is preserved, I find it natural to also save the cursor visibility.If this is a wontfix, is there at least a reliable way to detect the cursor visibility? Other than the undocumente