X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/ee5cad439b427fa974903a6f0bb2689d11119d89..1f087aa8b70fce67e7c43f689b5fb35667b5d84c:/config.def.h diff --git a/config.def.h b/config.def.h index 930e468..7129fa1 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,7 @@ static int borderpx = 2; */ static char shell[] = "/bin/sh"; static char *utmp = NULL; -static char stty_args[] = "stty raw -echo -iexten echonl"; +static char stty_args[] = "stty raw pass8 nl -echo -iexten -cstopb 38400"; /* identification sequence returned in DA and DECID */ static char vtiden[] = "\033[?6c"; @@ -134,6 +134,7 @@ static Mousekey mshortcuts[] = { static Shortcut shortcuts[] = { /* mask keysym function argument */ + { XK_NO_MOD, XK_Pause, sendbreak, {.i = 0} }, { ControlMask, XK_Print, toggleprinter, {.i = 0} }, { ShiftMask, XK_Print, printscreen, {.i = 0} }, { XK_ANY_MOD, XK_Print, printsel, {.i = 0} },