dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

Input-devnull and input-self tests failing on alacritty #2672

Open gandalf3 opened 2 years ago

gandalf3 commented 2 years ago

The input-devnull and input-self tests are failing for me on alacritty

COLORTERM=truecolor
CSF_LANGUAGE=us
LANG=en_US.UTF-8
LESS_TERMCAP_mb=$'\C-[[01;31m'
LESS_TERMCAP_md=$'\C-[[01;31m'
LESS_TERMCAP_me=$'\C-[[0m'
LESS_TERMCAP_se=$'\C-[[0m'
LESS_TERMCAP_so=$'\C-[[01;44;33m'
LESS_TERMCAP_ue=$'\C-[[0m'
LESS_TERMCAP_us=$'\C-[[01;32m'
TERM=xterm-256color
dankamongmen commented 2 years ago

thanks for the report! i'll look into this promptly.