Introduction
Introduction Statistics Contact Development Disclaimer Help
tsmall code-style fix - st - [fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 30ec9a3dc354ab1a561c9edd808046bdf5dfd392
parent 67d0cb65d0794e2d91e72e5fa1e3612172e5812e
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 11 Sep 2018 19:06:35 +0200
small code-style fix
Diffstat:
M st.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l)
} else {
fprintf(stderr,
"erresc(default): gfx attr %d unknown\…
- attr[i]), csidump();
+ attr[i]);
+ csidump();
}
break;
}
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.