From e3b96d696b206fe8c515eb6256480eb9b425b9e3 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 1 Feb 2014 15:00:33 +1000 Subject: Comment++ --- boxes.c | 1 + 1 file changed, 1 insertion(+) 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[] = {"R", termSize} // Parameters are cursor line and column. Note this may be sent at other times, not just during terminal resize. }; +// Callback for incoming CSI commands from the terminal. static void handleCSI(long extra, char *command, int *params, int count) { int j; -- cgit v1.1