st
simple terminal
git clone https://9o.is/git/st.git
commit 4a0805b09c46a6402b4525af7b9f9bfe8f249ec0 parent 0880550472c0205342bf7fd4f750acea4bd79571 Author: Hiltjo Posthuma <hiltjo@codemadness.org> 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 @@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l) } else { fprintf(stderr, "erresc(default): gfx attr %d unknown\n", - attr[i]), csidump(); + attr[i]); + csidump(); } break; }