From 4c403840ffdeb2a2ff04c9b7780a407920b2b794 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 29 May 2011 22:12:37 +0200 Subject: [PATCH] Cosmetic fix when pressing 's' in tincctl top. --- src/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/top.c b/src/top.c index 5207500d..f4e73038 100644 --- a/src/top.c +++ b/src/top.c @@ -237,7 +237,7 @@ void top(int fd) { case 's': { timeout(-1); float input = delay * 1e-3; - printw("Change delay from %.1fs to: ", input); + mvprintw(1, 0, "Change delay from %.1fs to: ", input); scanw("%f", &input); if(input < 0.1) input = 0.1; -- 2.20.1