Commit Graph

7 Commits

Author SHA1 Message Date
Kartik K. Agaram 5cee556294 2181 - detect shift-tab
Does nothing useful yet, though.
2015-09-11 09:05:22 -07:00
Kartik K. Agaram d31cba72fb 2142 2015-09-04 11:12:48 -07:00
Kartik K. Agaram 1ed9af8300 2141 - attempt to deal with slow networks
On slow networks sometimes escape sequences were being partially
consumed, causing junk to be added to the editor when you pressed arrow
keys and so on. Now we have a way to wait.

Empirically seems to work if I page-up and then scroll back up using
up-arrow. Before I'd consistently get junk even on my local machine. Now
I no longer do.

If we still see problems I'll increase the wait time and see if the
increase helps. Then we'll know more about this approach.
2015-09-04 11:12:03 -07:00
Kartik K. Agaram 4d6b5173e7 2132 - support for ctrl + arrow keys 2015-09-02 19:18:37 -07:00
Kartik K. Agaram e709c65e67 1964 - don't mess up paste
It took me a long time to fix termbox because the escape codes it was
seeing seemed all wrong. Had to stop calling tb_shutdown/printf and put
in the extra 3 lines to log to a file. Then everything cleared up.
Weird.
2015-08-09 20:01:42 -07:00
Kartik K. Agaram 9ba313ab7f 1313 - merge termbox 2015-05-09 08:56:43 -07:00
Kartik K. Agaram b96af395b9 1276 - make C++ version the default
I've tried to update the Readme, but there are at least a couple of issues.
2015-05-05 21:17:24 -07:00