aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.c b/st.c
index 5e92db2..f9aba90 100644
--- a/st.c
+++ b/st.c
@@ -2268,8 +2268,7 @@ strhandle(void) {
2268 2268
2269 term.esc &= ~(ESC_STR_END|ESC_STR); 2269 term.esc &= ~(ESC_STR_END|ESC_STR);
2270 strparse(); 2270 strparse();
2271 narg = strescseq.narg; 2271 par = (narg = strescseq.narg) ? atoi(strescseq.args[0]) : 0;
2272 par = atoi(strescseq.args[0]);
2273 2272
2274 switch(strescseq.type) { 2273 switch(strescseq.type) {
2275 case ']': /* OSC -- Operating System Command */ 2274 case ']': /* OSC -- Operating System Command */