summaryrefslogtreecommitdiff
path: root/fzy.c
diff options
context:
space:
mode:
Diffstat (limited to 'fzy.c')
-rw-r--r--fzy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzy.c b/fzy.c
index 03782b0..a5efe4c 100644
--- a/fzy.c
+++ b/fzy.c
@@ -95,7 +95,7 @@ void clear(tty_t *tty){
tty_newline(tty);
}
tty_moveup(tty, line-1);
- tty_setcol(tty, 0);
+ tty_flush(tty);
}
#define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW