[hackers] [st] The style inquisition was here. || Christoph Lohmann
changeset: 428:778670eae74e
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Sun Nov 25 09:23:34 2012 +0100
files: st.c
description:
The style inquisition was here.
diff -r 1b9f4b63550e -r 778670eae74e st.c
--- a/st.c Sun Nov 25 09:23:02 2012 +0100
+++ b/st.c Sun Nov 25 09:23:34 2012 +0100
_AT_@ -1102,6 +1102,7 @@
term.alt [row] = xmalloc(term.col * sizeof(Glyph));
term.dirty[row] = 0;
}
+
term.numlock = 1;
memset(term.tabs, 0, term.col * sizeof(*term.tabs));
/* setup screen */
_AT_@ -2704,8 +2705,7 @@
}
void
-numlock(const Arg *dummy)
-{
+numlock(const Arg *dummy) {
term.numlock ^= 1;
}
Received on Sun Nov 25 2012 - 09:25:26 CET
This archive was generated by hypermail 2.3.0
: Sun Nov 25 2012 - 09:36:09 CET