about summary refs log tree commit diff
path: root/term.c (follow)
Commit message (Collapse)AuthorAge
* Add termEvent testsJune McEnroe2018-09-14
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Begone underscores.
* Clean up termEvent state machineJune McEnroe2018-08-14
|
* Add termTitleJune McEnroe2018-08-13
|
* Add term.c for extra terminal featuresJune McEnroe2018-08-11
Look at the cute little state machine!
2018-08-04 21:23:28 -0400'>2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe