diff options
-rw-r--r-- | boxes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. | ||
1651 | static void handleCSI(long extra, char *command, int *params, int count) | 1652 | static void handleCSI(long extra, char *command, int *params, int count) |
1652 | { | 1653 | { |
1653 | int j; | 1654 | int j; |