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;