colors: fix crash in xterm
This commit is contained in:
parent
e2cc152f6d
commit
f6eeccdb32
|
@ -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
|
||||
|
|
|
@ -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():
|
||||
|
|
Reference in a new issue