| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-21 | ui: further separate curses related user interface code | Marc André Tanner | 1 | -1/+21 | |
| By now ui-curses.[hc] are the only files dealing directly with curses related functions. Integration of a proper mainloop is still pending. | |||||
| 2015-07-09 | ui: abstract curses related special keys away | Marc André Tanner | 1 | -0/+17 | |
| 2015-04-03 | Preliminary user interface separation | Marc André Tanner | 1 | -0/+9 | |
| In theory only ui-curses.[hc] should depend on curses, however in practice keyboard input is still handled in vis.c. Furthermore the syntax definitions as well as keyboard bindings and selection code in window.c still depends on some curses constants. There is also a slight regression in that the window status bar does not show the current mode name. This and related global state should be eliminated in the future. | |||||
