Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
28b4c82
)
remove unused variable from previous patch
author
Hiltjo Posthuma <
[email protected]
>
Sun, 18 Oct 2020 09:18:03 +0000
(11:18 +0200)
committer
Hiltjo Posthuma <
[email protected]
>
Sun, 18 Oct 2020 09:18:03 +0000
(11:18 +0200)
st.c
diff
|
blob
|
history
diff --git
a/st.c
b/st.c
index
ae7fa63
..
abbbe4b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1844,7
+1844,6
@@
strhandle(void)
{
char *p = NULL, *dec;
int j, narg, par;
{
char *p = NULL, *dec;
int j, narg, par;
- static int winname = 0;
term.esc &= ~(ESC_STR_END|ESC_STR);
strparse();
term.esc &= ~(ESC_STR_END|ESC_STR);
strparse();