Skip to content

Commit

Permalink
Handle synchronized update control sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
planet36 committed Dec 30, 2021
1 parent 5b6a6e4 commit 0ba737f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions st.c
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,8 @@ tsetmode(int priv, int set, const int *args, int narg)
and can be mistaken for other control
codes. */
break;
case 2026: /* TODO: begin/end synchronized update */
break;
case 7727: /* TODO: application escape mode */
break;
case 7786: /* TODO: mouse wheel - cursor key translation */
Expand Down

0 comments on commit 0ba737f

Please sign in to comment.