diff options
| -rw-r--r-- | st.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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 */ |
