aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-10-05 22:54:44 +0200
committerChristoph Lohmann <20h@r-36.net>2015-10-05 22:54:44 +0200
commit78b04865fb5c8cb841e646058f9a24e7ec9094d2 (patch)
tree2093793463f19d4a0e87896241c0d1e74de47117 /config.def.h
parentf7b80caebe2b96ef65e301634d8dc4e02325e357 (diff)
downloadst-78b04865fb5c8cb841e646058f9a24e7ec9094d2.tar.gz
Style normalisation in the config.def.h.
This adds an awareness commit for the big key array too.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index 85921dc..342c9d4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -62,12 +62,11 @@ static unsigned int cursorthickness = 2;
*/
static int bellvolume = 0;
-/* TERM value */
+/* default TERM value */
static char termname[] = "st-256color";
static unsigned int tabspaces = 8;
-
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
@@ -113,10 +112,8 @@ static unsigned int defaultrcs = 257;
* 4: Underline
* 6: IBeam
*/
-
static unsigned int cursorshape = 2;
-
/*
* Default colour and shape of the mouse cursor
*/
@@ -132,8 +129,10 @@ static unsigned int mousebg = 0;
static unsigned int defaultitalic = 11;
static unsigned int defaultunderline = 7;
-/* Internal mouse shortcuts. */
-/* Beware that overloading Button1 will disable the selection. */
+/*
+ * Internal mouse shortcuts.
+ * Beware that overloading Button1 will disable the selection.
+ */
static Mousekey mshortcuts[] = {
/* button mask string */
{ Button4, XK_ANY_MOD, "\031" },
@@ -196,11 +195,17 @@ static KeySym mappedkeys[] = { -1 };
*/
static uint ignoremod = Mod2Mask|XK_SWITCH_MOD;
-/* Override mouse-select while mask is active (when MODE_MOUSE is set).
+/*
+ * Override mouse-select while mask is active (when MODE_MOUSE is set).
* Note that if you want to use ShiftMask with selmasks, set this to an other
- * modifier, set to 0 to not use it. */
+ * modifier, set to 0 to not use it.
+ */
static uint forceselmod = ShiftMask;
+/*
+ * This is the huge key array which defines all compatibility to the Linux
+ * world. Please decide about changes wisely.
+ */
static Key key[] = {
/* keysym mask string appkey appcursor crlf */
{ XK_KP_Home, ShiftMask, "\033[2J", 0, -1, 0},
remember that computers suck.