From: Armaan Bhojwani Date: Sun, 14 Feb 2021 05:23:30 +0000 (-0500) Subject: Fix sidebar "(xyz more)" text X-Git-Tag: v0.7.0~7 X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=commitdiff_plain;h=e998210865eb94a14e4ab472fb18fc97dc0012b2 Fix sidebar "(xyz more)" text ... again --- diff --git a/lightcards/display.py b/lightcards/display.py index 2b4a51f..35a6539 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -477,8 +477,8 @@ class Display: ) self.win.hline(1, 0, curses.ACS_HLINE, mcols) - self.disp_bar() self.disp_sidebar() + self.disp_bar() def current_card(self): """Get current card object""" @@ -552,7 +552,7 @@ class Display: if i > mlines - 6: for i in range(19): - self.win.addch(mlines - 3, left + i, " ") + self.win.addch(mlines - 4, left + i, " ") self.win.addstr( mlines - 4,