diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-17 20:57:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-09-17 20:57:51 +0900 |
| commit | f67fb1b162c298b556ea556e2a5bb6925ce6e275 (patch) | |
| tree | beca6ecebd9d14c4d7fe4705a05ef81ce22f3801 /st/config.h | |
| parent | f51ed65dcd97657108b2f83cd3a12f7d56ca6ea5 (diff) | |
Init
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h index 4f2a8e7..c791dbc 100644 --- a/st/config.h +++ b/st/config.h @@ -278,7 +278,7 @@ static Shortcut shortcuts[] = { // FONTS { TERMMOD, XK_I, cyclefonts, {} }, - + // PASTES { MODKEY, XK_p, clippaste, { .i = 0 } }, { TERMMOD, XK_P, clippaste, { .i = 0 } }, @@ -573,7 +573,8 @@ static uint selmasks[] = { * Printable characters in ASCII, used to estimate the advance width * of single wide characters. */ -static char ascii_printable[] = +static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + |
