Skip to content
#

tty

Here are 176 public repositories matching this topic...

onehungrygeek
onehungrygeek commented Jan 6, 2019

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

318097
318097 commented Apr 16, 2019
  • The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
  • Todo can be moved to the bottom & can be a section (Below Contribution section)
  • The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
  • The example should be complete. It should match exac
kaushalmodi
kaushalmodi commented Jun 13, 2019

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?

ialbert
ialbert commented Jan 15, 2020

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
robsaunders
robsaunders commented Jul 28, 2017

I'm using MacOS, whenever I scroll in a terminal, the screen scrolls with it. Apologies if this has been answered elsewhere.

image

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 :

MadBomber
MadBomber commented Apr 5, 2018

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:

Improve this page

Add a description, image, and links to the tty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tty topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.