]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/display.py
Fix sidebar "(xyz more)" text
[lightcards.git] / lightcards / display.py
index 2b4a51fa868a0e6acc388ead17f7c0bd551fe18d..35a6539bad16f50870ae220d6f045b4eef6ee8f9 100644 (file)
@@ -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,