Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2142 | Kartik K. Agaram | 2015-09-04 | 1 | -4/+0 |
| | |||||
* | 2141 - attempt to deal with slow networks | Kartik K. Agaram | 2015-09-04 | 1 | -16/+27 |
| | | | | | | | | | | | | | 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. | ||||
* | 2132 - support for ctrl + arrow keys | Kartik K. Agaram | 2015-09-02 | 1 | -2/+21 |
| | |||||
* | 1964 - don't mess up paste | Kartik K. Agaram | 2015-08-09 | 1 | -0/+35 |
| | | | | | | | 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. | ||||
* | 1313 - merge termbox | Kartik K. Agaram | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 1 | -0/+118 |
I've tried to update the Readme, but there are at least a couple of issues. |