aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-02-01 15:00:33 +1000
committerDavid Walter Seikel2014-02-01 15:00:33 +1000
commite3b96d696b206fe8c515eb6256480eb9b425b9e3 (patch)
treec31a58d773e2b58af9f54c0d2aab0283cb713fe8
parentDisable mouse stuff until I actually write it. (diff)
downloadboxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.zip
boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.gz
boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.bz2
boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.xz
Comment++
-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;