Prelim: Fix oversight in position status msg

This commit is contained in:
Rory Fewell
2025-07-03 21:51:01 +01:00
parent 7e2c900afe
commit 6cd8a9e4b2

View File

@@ -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,