mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
Prelim: Fix oversight in position status msg
This commit is contained in:
@@ -125,7 +125,7 @@ def wsetup_screen_write_status(stdscr, text):
|
||||
curses.color_pair(COLOR_PAIR_INSTRUCTIONS)
|
||||
)
|
||||
|
||||
origin_x = len(text) - 1
|
||||
origin_x = width - len(text) - 1
|
||||
|
||||
stdscr.addch(
|
||||
height - 1, origin_x -1,
|
||||
|
||||
Reference in New Issue
Block a user