X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.h;h=7d8d959ff553188d405889c405de1ce23b394b51;hp=f7e1c5a587845ee4175e36915eab65412460499c;hb=db1292d2032c5fbbf266f9ef82f2fdfa493f389f;hpb=9573f5cbf0dde8c6ab08175ad3abe4fe465ef9fe diff --git a/config.h b/config.h index f7e1c5a..7d8d959 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char font[] = "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false"; -static int borderpx = 2; +static int borderpx = 1; static char shell[] = "/bin/sh"; static char *utmp = NULL; @@ -103,8 +103,8 @@ static unsigned int defaultunderline = 7; /* Beware that overloading Button1 will disable the selection. */ static Mousekey mshortcuts[] = { /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, + { Button4, XK_ANY_MOD, "\031\031\031" }, + { Button5, XK_ANY_MOD, "\005\005\005" }, }; /* Internal keyboard shortcuts. */ @@ -260,8 +260,7 @@ static Key key[] = { { XK_Delete, ShiftMask, "\033[3;2~", +1, 0, 0}, { XK_Delete, XK_ANY_MOD, "\033[3~", -1, 0, 0}, { XK_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, - { XK_BackSpace, XK_ANY_MOD, "\177", -1, 0, 0}, - { XK_BackSpace, XK_ANY_MOD, "\177", +1, 0, 0}, + { XK_BackSpace, XK_ANY_MOD, "\177", 0, 0, 0}, { XK_Home, ShiftMask, "\033[2J", 0, -1, 0}, { XK_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, { XK_Home, XK_ANY_MOD, "\033[H", 0, -1, 0},