aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 2945c1b..bd0c59e 100644
--- a/st.c
+++ b/st.c
@@ -2087,8 +2087,8 @@ csihandle(void) {
2087 len = snprintf(buf, sizeof(buf),"\033[%i;%iR", 2087 len = snprintf(buf, sizeof(buf),"\033[%i;%iR",
2088 term.c.y+1, term.c.x+1); 2088 term.c.y+1, term.c.x+1);
2089 ttywrite(buf, len); 2089 ttywrite(buf, len);
2090 break;
2091 } 2090 }
2091 break;
2092 case 'r': /* DECSTBM -- Set Scrolling Region */ 2092 case 'r': /* DECSTBM -- Set Scrolling Region */
2093 if(csiescseq.priv) { 2093 if(csiescseq.priv) {
2094 goto unknown; 2094 goto unknown;