about summary refs log tree commit diff stats
path: root/termbox/input.inl
Commit message (Collapse)AuthorAgeFilesLines
* 1964 - don't mess up pasteKartik K. Agaram2015-08-091-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 termboxKartik K. Agaram2015-05-091-2/+2
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+118
I've tried to update the Readme, but there are at least a couple of issues.