From 4755033781ebcedea2bf4e44267eb0e1b8312ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 26 Sep 2016 17:00:34 +0200 Subject: [PATCH] Fix bottom right corner --- src/sdtui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sdtui.c b/src/sdtui.c index f54d5f5..a6becc7 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -605,6 +605,7 @@ app_redraw_view (Application *self) } move (TOP_BAR_CUTOFF, 0); + clrtobot (); gchar *input_utf8 = g_ucs4_to_utf8 ((gunichar *) self->input->data, -1, NULL, NULL, NULL); @@ -653,9 +654,7 @@ app_redraw_view (Application *self) done: free (input_utf8); - attrset (0); - clrtobot (); refresh (); }