aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 653cd49..7dd5e04 100644
--- a/st.c
+++ b/st.c
@@ -1781,7 +1781,6 @@ tsetmode(bool priv, bool set, int *args, int narg) {
1781 for(lim = args + narg; args < lim; ++args) { 1781 for(lim = args + narg; args < lim; ++args) {
1782 if(priv) { 1782 if(priv) {
1783 switch(*args) { 1783 switch(*args) {
1784 break;
1785 case 1: /* DECCKM -- Cursor key */ 1784 case 1: /* DECCKM -- Cursor key */
1786 MODBIT(term.mode, set, MODE_APPCURSOR); 1785 MODBIT(term.mode, set, MODE_APPCURSOR);
1787 break; 1786 break;