tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
11
unicode-mode.h
Normal file
11
unicode-mode.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||
|
||||
#include "terminal.h"
|
||||
|
||||
void unicode_mode_activate(struct terminal *term);
|
||||
void unicode_mode_deactivate(struct terminal *term);
|
||||
void unicode_mode_updated(struct terminal *term);
|
||||
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