xterm
Here are 187 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
Jul 5, 2022 - C
-
Updated
Jul 15, 2022 - C++
-
Updated
Jun 13, 2022 - Go
-
Updated
Feb 3, 2022 - Shell
Implement the following VT sequence:
CSI Ps SP u
Set margin-bell volume (DECSMBV), VT520.
Ps = 0 , 5 , 6 , 7 , or 8 -> high.
Ps = 1 -> off.
Ps = 2 , 3 or 4 -> low.
-
Updated
Jul 1, 2022 - Vim script
-
Updated
Jul 9, 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
Jul 16, 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
Jun 13, 2022 - PowerShell
-
Updated
May 18, 2020 - JavaScript
-
Updated
Oct 23, 2018 - Vim script
-
Updated
Nov 3, 2020 - Vue
-
Updated
Nov 29, 2018 - C
-
Updated
Jun 22, 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."
Currently if contrast can't be met going the natural direction, we switch and go the other direction but this is done by using the background as the foreground:
Code:
https://github.com/xtermjs/xterm.js/blob/384cd9db300e1d88c430a7df2238b7d80b229089/src/common/Color.ts#L197-L201