Introduction
Introduction Statistics Contact Development Disclaimer Help
tThe style inquisition was here. - st - [fork] customized build of st, the simp…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 373a8f56286d72ae10c9d3a2a7326e2515d141d9
parent 172f65436ce14a52842d67b862fdc45f8ff3ada3
Author: Christoph Lohmann <[email protected]>
Date: Sun, 25 Nov 2012 09:23:34 +0100
The style inquisition was here.
Diffstat:
M st.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -1102,6 +1102,7 @@ tnew(int col, int row) {
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 */
t@@ -2704,8 +2705,7 @@ match(uint mask, uint state) {
}
void
-numlock(const Arg *dummy)
-{
+numlock(const Arg *dummy) {
term.numlock ^= 1;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.