From f6eeccdb32b981f58e779ed3fea6580e52bba844 Mon Sep 17 00:00:00 2001 From: dece Date: Tue, 18 May 2021 22:29:38 +0200 Subject: [PATCH] colors: fix crash in xterm --- BOARD.txt | 3 +-- bebop/colors.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/BOARD.txt b/BOARD.txt index 1e7eba1..9ac4aa2 100644 --- a/BOARD.txt +++ b/BOARD.txt @@ -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 diff --git a/bebop/colors.py b/bebop/colors.py index 37095ec..2fa7693 100644 --- a/bebop/colors.py +++ b/bebop/colors.py @@ -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():