diff options
author | David Walter Seikel | 2014-02-01 15:00:33 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-02-01 15:00:33 +1000 |
commit | e3b96d696b206fe8c515eb6256480eb9b425b9e3 (patch) | |
tree | c31a58d773e2b58af9f54c0d2aab0283cb713fe8 | |
parent | Disable mouse stuff until I actually write it. (diff) | |
download | boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.zip boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.gz boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.bz2 boxes-e3b96d696b206fe8c515eb6256480eb9b425b9e3.tar.xz |
Comment++
-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; |