mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
parent
67bd5dd460
commit
e38ec79be1
7 changed files with 99 additions and 1 deletions
9
config.h
9
config.h
|
|
@ -173,6 +173,15 @@ struct config {
|
|||
bool box_drawings_uses_font_glyphs;
|
||||
bool can_shape_grapheme;
|
||||
|
||||
struct {
|
||||
enum {
|
||||
OSC52_DISABLED,
|
||||
OSC52_COPY_ENABLED,
|
||||
OSC52_PASTE_ENABLED,
|
||||
OSC52_ENABLED,
|
||||
} osc52;
|
||||
} security;
|
||||
|
||||
struct {
|
||||
bool urgent;
|
||||
bool notify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue