aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/st.c b/st.c
index 321b58d..a032474 100644
--- a/st.c
+++ b/st.c
@@ -1815,9 +1815,16 @@ tsetmode(bool priv, bool set, int *args, int narg) {
1815 case 1048: 1815 case 1048:
1816 tcursor((set) ? CURSOR_SAVE : CURSOR_LOAD); 1816 tcursor((set) ? CURSOR_SAVE : CURSOR_LOAD);
1817 break; 1817 break;
1818 /* Not implemented mouse modes. See comments there. */
1818 case 9: /* X10 compatibility mode */ 1819 case 9: /* X10 compatibility mode */
1819 case 1001: /* mouse highlight mode; can hang the 1820 case 1001: /* mouse highlight mode; can hang the
1820 terminal when implemented. */ 1821 terminal by design when implemented. */
1822 case 1005: /* UTF-8 mouse mode; will confuse
1823 applications not supporting UTF-8
1824 and luit. */
1825 case 1015: /* urxvt mangled mouse mode; incompatible
1826 and can be mistaken for other control
1827 codes. */
1821 default: 1828 default:
1822 fprintf(stderr, 1829 fprintf(stderr,
1823 "erresc: unknown private set/reset mode %d\n", 1830 "erresc: unknown private set/reset mode %d\n",