mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
cleanup
This commit is contained in:
parent
26266dff3b
commit
02fdc26fcb
6 changed files with 113 additions and 117 deletions
|
|
@ -33,7 +33,6 @@ unicode_mode_updated(struct terminal *term)
|
|||
{
|
||||
if (term == NULL)
|
||||
return;
|
||||
printf("UNICODE UPDATE\n");
|
||||
if (term->vimode.active)
|
||||
// TODO (kociap): refresh
|
||||
// render_refresh_search(term);
|
||||
|
|
@ -46,7 +45,6 @@ void
|
|||
unicode_mode_input(struct seat *seat, struct terminal *term,
|
||||
xkb_keysym_t sym)
|
||||
{
|
||||
printf("UNICODE INPUT\n");
|
||||
if (sym == XKB_KEY_Return ||
|
||||
sym == XKB_KEY_space ||
|
||||
sym == XKB_KEY_KP_Enter ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue