aboutsummaryrefslogtreecommitdiff
path: root/wind.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-01-21 05:43:25 +0100
committerache <ache@ache.one>2019-01-21 05:43:25 +0100
commit64bc1ee1851a7846590107a3ea86893a137f1be8 (patch)
treeb608fc843bdb3a1251706abe05632d1de46b3f6d /wind.c
parentWhat was that ? (diff)
Edit instead of remplace
Diffstat (limited to 'wind.c')
-rw-r--r--wind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wind.c b/wind.c
index bbf23f2..78b9835 100644
--- a/wind.c
+++ b/wind.c
@@ -19,7 +19,7 @@ void prepare(char* s) {
refresh();
strcpy(status, s);
printStatus();
- readline_n();
+ readline_n("");
clear();
curs_set(0);
}