aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--boxes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.c b/boxes.c
index 6e1ff4d..3c15b21 100644
--- a/boxes.c
+++ b/boxes.c
@@ -1648,6 +1648,7 @@ struct CSI CSIcommands[] =
1648 {"R", termSize} // Parameters are cursor line and column. Note this may be sent at other times, not just during terminal resize. 1648 {"R", termSize} // Parameters are cursor line and column. Note this may be sent at other times, not just during terminal resize.
1649}; 1649};
1650 1650
1651// Callback for incoming CSI commands from the terminal.
1651static void handleCSI(long extra, char *command, int *params, int count) 1652static void handleCSI(long extra, char *command, int *params, int count)
1652{ 1653{
1653 int j; 1654 int j;