mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
unicode-input: move input (key press) handling to unicode_mode_input()
This commit is contained in:
parent
8967dd9cfe
commit
001f96c4e3
3 changed files with 72 additions and 58 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||
|
||||
#include "wayland.h"
|
||||
|
||||
void unicode_mode_activate(struct seat *seat);
|
||||
void unicode_mode_deactivate(struct seat *seat);
|
||||
void unicode_mode_updated(struct seat *seat);
|
||||
void unicode_mode_input(struct seat *seat, struct terminal *term,
|
||||
xkb_keysym_t sym);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue