summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/config.h5
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{|}~";
+