From 34158bfbf53bcb2e96def1fb69931e9140fff391 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 20 Mar 2005 13:15:10 +0000 Subject: [PATCH 1/1] Fixed console cursor positioning. --- console/CON_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/CON_console.c b/console/CON_console.c index d7fac73c..40251acd 100644 --- a/console/CON_console.c +++ b/console/CON_console.c @@ -681,7 +681,7 @@ void DrawCommandLine() { } if(Blink) { - int prompt_width, command_width, h, w; + int prompt_width, cmd_width, h, w; gr_get_string_size(Topmost->Prompt, &prompt_width, &h, &w); gr_get_string_size(Topmost->LCommand + Topmost->Offset, &cmd_width, &h, &w); -- 2.39.2