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

View file

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