Fix bottom right corner

This commit is contained in:
Přemysl Eric Janouch 2016-09-26 17:00:34 +02:00
parent a591041912
commit 4755033781
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 2 deletions

View File

@ -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 ();
}