A terminal emulator for the 21st century.
-
Updated
Jan 17, 2020 - TypeScript
A terminal emulator for the 21st century.
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
VS Code: microsoft/vscode#86482
The current username-password scheme has the plaintext secret in configuration (visible for ps or kubectl describe).
An option would be nice to specify an adequately hashed password.
Hello,
I am using the Nim language (https://nim-lang.org) which interfaces with C language seamlessly.
I'd like to use your project as a library where the input is a pointer to array of strings (and all the smenu options) and output is an another pointer to an array of strings.
Would it be possible for you to pack the core of smenu into such function whose API you provide via smenu.h?
Upon loading the latest version (2.6.1) of the player a warning appears in the console that states:
[Deprecation] document.registerElement is deprecated and will be removed in M80, around February 2020.
Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 and https://developers.google.com/web/updates/2019/07/web-components-time
I'm using MacOS, whenever I scroll in a terminal, the screen scrolls with it. Apologies if this has been answered elsewhere.
As you can see the previous buffer is showing when I scroll up.
NCurses manages to prevent this so I assume it's possible, what am I doing wrong?
Thanks :
Access your device's terminal from anywhere via the web.
A terminal package for Atom, complete with themes, API and more for PlatformIO IDE
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
A flexible progress bar drawing in terminal emulators
Access your device's terminal from anywhere via the web.
The is() function gets defined twice, because you have one cfg statement that tests for OS (unix) and one that tests for architecture (wasm32). Emscripten pretends to be unix, so is() gets defined twice.
Proposed fix: turn the wasm32 architecture into an OS test for unknown.
This option as documented in the README does not work. Here is my IRB session:
>> require 'tty-table' #=> true
>> table = TTY::Table.new ['header1', 'header2'], [['a1', 'a2'], ['b1', 'b2']]
=> #<TTY::Table header=#<TTY::Table::Header fields=["header1", "header2"]> rows=[#<TTY::Table::Row fields=["a1", "a2"]>, #<TTY::Table::Row fields=["b1", "b2"]>] orientation=#<TTY::Table::Orientation:
Hey,
Although Quantize already includes tests for overlapping
we don't make use of it after parsing the ranges.
We can make an O(n^2) checking over the ranges and that should be fine:
for i, _ := range ranges:
for k, _ := range ranges:
if i ==
Add a description, image, and links to the tty topic page so that developers can more easily learn about it.
To associate your repository with the tty topic, visit your repo's landing page and select "manage topics."
Please add documentation about what value should
TERMcontain, and where to set it (in thegottysession from the browser, or from CLI before runninggotty?).