xterm
Here are 177 public repositories matching this topic...
Share your terminal over the web
-
Updated
Mar 9, 2022 - C
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
-
Updated
Feb 3, 2022 - Shell
-
Updated
Dec 17, 2021 - Go
-
Updated
Mar 13, 2022 - C++
The best flat theme for Vim, Atom, Sublime Text, Jetbrains Editors, Terminal.app, iTerm, Xcode, Windows Terminal and XTerm
-
Updated
Oct 7, 2021 - Vim script
Xterm/VT100 Terminal emulator in Swift
-
Updated
Jan 13, 2022 - Swift
C++17 Terminal User Interface(TUI) Library.
-
Updated
Aug 15, 2021 - C++
HTML5 SSH Web Client
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Jan 28, 2020
An arctic, north-bluish clean and elegant Xresources color theme.
-
Updated
Jan 25, 2021
A free, extensible, cross-platform file manager for power users
-
Updated
Oct 1, 2020 - TypeScript
Colorful highly configurable spinner for php cli applications (suitable for async apps)
-
Updated
Feb 5, 2022 - PHP
A big (huge) collection of rxvt / xterm terminal themes
-
Updated
Jan 16, 2021
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
Simple terminal for the Atom text editor.
-
Updated
May 18, 2020 - JavaScript
read code like a wizard. a 16bit color scheme for hackers
-
Updated
Oct 23, 2018 - Vim script
基于node-pty、xterm和vue的web terminal服务
-
Updated
Nov 3, 2020 - Vue
Offensive Reverse Shell (Cheat Sheet)
-
Updated
Mar 17, 2022 - PowerShell
icat (Image cat) outputs images in 256-color capable terminals.
-
Updated
Nov 29, 2018 - C
A local-echo controller for xterm.js
-
Updated
Feb 11, 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."


We've been using markers more and more in xterm.js and found that every case so far looks like
registerMarker(0)We should make the argument optional and have it imply 0 (same line as the cursor).
https://github.com/xtermjs/xterm.js/blob/6c18b7f2cc91b923e765b03e572f9038e294d368/typings/xterm.d.ts#L860-L866