From 6cd8a9e4b2efbea60d07480a8ec9f5f8bc266ecc Mon Sep 17 00:00:00 2001 From: Rory Fewell Date: Thu, 3 Jul 2025 21:51:01 +0100 Subject: [PATCH] Prelim: Fix oversight in position status msg --- base/setup/initial/textmode/wsetup_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/setup/initial/textmode/wsetup_screen.py b/base/setup/initial/textmode/wsetup_screen.py index 507c21f..98e2b35 100644 --- a/base/setup/initial/textmode/wsetup_screen.py +++ b/base/setup/initial/textmode/wsetup_screen.py @@ -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,