diff options
| -rw-r--r-- | src/sdtui.c | 3 | 
1 files changed, 1 insertions, 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 ();  }  | 
