st
simple terminal
git clone https://9o.is/git/st.git
commit c92646b403468d07c515a33647291377dd577cf8 parent 1cab651e056b45847d7dd1c3e382019155a89a59 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 18 Oct 2020 11:18:03 +0200 remove unused variable from previous patch Diffstat:
| M | st.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -1844,7 +1844,6 @@ strhandle(void) { char *p = NULL, *dec; int j, narg, par; - static int winname = 0; term.esc &= ~(ESC_STR_END|ESC_STR); strparse();