Fix bottom right corner
This commit is contained in:
parent
a591041912
commit
4755033781
|
@ -605,6 +605,7 @@ app_redraw_view (Application *self)
|
||||||
}
|
}
|
||||||
|
|
||||||
move (TOP_BAR_CUTOFF, 0);
|
move (TOP_BAR_CUTOFF, 0);
|
||||||
|
clrtobot ();
|
||||||
|
|
||||||
gchar *input_utf8 = g_ucs4_to_utf8
|
gchar *input_utf8 = g_ucs4_to_utf8
|
||||||
((gunichar *) self->input->data, -1, NULL, NULL, NULL);
|
((gunichar *) self->input->data, -1, NULL, NULL, NULL);
|
||||||
|
@ -653,9 +654,7 @@ app_redraw_view (Application *self)
|
||||||
|
|
||||||
done:
|
done:
|
||||||
free (input_utf8);
|
free (input_utf8);
|
||||||
|
|
||||||
attrset (0);
|
attrset (0);
|
||||||
clrtobot ();
|
|
||||||
refresh ();
|
refresh ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue