diff options
| -rw-r--r-- | st.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1830,7 +1830,7 @@ csireset(void) | |||
| 1830 | void | 1830 | void |
| 1831 | strhandle(void) | 1831 | strhandle(void) |
| 1832 | { | 1832 | { |
| 1833 | char *p = NULL; | 1833 | char *p = NULL, *dec; |
| 1834 | int j, narg, par; | 1834 | int j, narg, par; |
| 1835 | 1835 | ||
| 1836 | term.esc &= ~(ESC_STR_END|ESC_STR); | 1836 | term.esc &= ~(ESC_STR_END|ESC_STR); |
| @@ -1848,8 +1848,6 @@ strhandle(void) | |||
| 1848 | return; | 1848 | return; |
| 1849 | case 52: | 1849 | case 52: |
| 1850 | if (narg > 2) { | 1850 | if (narg > 2) { |
| 1851 | char *dec; | ||
| 1852 | |||
| 1853 | dec = base64dec(strescseq.args[2]); | 1851 | dec = base64dec(strescseq.args[2]); |
| 1854 | if (dec) { | 1852 | if (dec) { |
| 1855 | xsetsel(dec); | 1853 | xsetsel(dec); |
