summaryrefslogtreecommitdiffstats
path: root/smenu.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-03-03 22:14:32 +0100
committerpgen <p.gen.progs@gmail.com>2018-03-03 22:14:32 +0100
commitca0a7d7fffccaa3a1737befc7f586ee6d25ce5f3 (patch)
tree379b55699571d0a192775e0b7fb103d6778100a0 /smenu.c
parentfd9c2ade1ac84b65045aaec7e1e92f04466809d1 (diff)
Fix the periodic message refresh when using -x
Diffstat (limited to 'smenu.c')
-rw-r--r--smenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.c b/smenu.c
index 953952a..6171ce1 100644
--- a/smenu.c
+++ b/smenu.c
@@ -8432,9 +8432,9 @@ main(int argc, char * argv[])
/* """""""""""""""""""""""" */
for (i = 0; i < message_lines; i++)
{
+ tputs(TPARM1(cursor_up), 1, outch);
tputs(TPARM1(clr_bol), 1, outch);
tputs(TPARM1(clr_eol), 1, outch);
- tputs(TPARM1(cursor_up), 1, outch);
}
tputs(TPARM1(clr_bol), 1, outch);