colors: fix crash in xterm

This commit is contained in:
dece 2021-05-18 22:29:38 +02:00
parent e2cc152f6d
commit f6eeccdb32
2 changed files with 3 additions and 4 deletions

View file

@ -1,10 +1,8 @@
TODO TODO
---------------------------------------- ----------------------------------------
bug: xterm is borked
dumb rendering mode per site dumb rendering mode per site
well, preferences per site maybe? well, preferences per site maybe?
does encoding really work? cf. egsam does encoding really work? cf. egsam
get/set config using command-line
more UT more UT
setup.py setup.py
@ -13,6 +11,7 @@ setup.py
BACKLOG BACKLOG
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
click on links to open them click on links to open them
get/set config using command-line
download without memory buffer download without memory buffer
download in the background download in the background
download view instead of last download download view instead of last download

View file

@ -17,8 +17,8 @@ class ColorPair(IntEnum):
BLOCKQUOTE = 8 BLOCKQUOTE = 8
# Colors for other usage in the browser. # Colors for other usage in the browser.
LINK_PREVIEW = 9 DEBUG = 9
DEBUG = 99 LINK_PREVIEW = 10
def init_colors(): def init_colors():