projects
/
suckless
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b4c82
)
remove unused variable from previous patch
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 18 Oct 2020 09:18:03 +0000
(11:18 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 18 Oct 2020 09:18:03 +0000
(11:18 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index ae7fa633233a8098a16f891b0010abeef61b11db..abbbe4b86c44bbe29660e1a2beaea022b145a992 100644
(file)
--- 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();