From 53df25fe921e513612bb186a7c3abba82d584178 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 21 May 2003 16:32:50 +0000 Subject: [PATCH] Move timedisplay to api->scrn_width-25 rather than fixed position. --- src/uifc/uifc32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c index f9816f6219..98b3b5f648 100644 --- a/src/uifc/uifc32.c +++ b/src/uifc/uifc32.c @@ -324,7 +324,7 @@ static void timedisplay() now=time(NULL); if(difftime(now,savetime)>=60) { - uprintf(55,1,bclr|(cclr<<4),utimestr(&now)); + uprintf(api->scrn_width-25,1,bclr|(cclr<<4),utimestr(&now)); savetime=now; } } -- GitLab