| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-22 | ui: try to fix job control issues with certain shells | Marc André Tanner | 1 | -3/+7 | |
| Make sure that curses and libtermkey don't fight over the terminal state. Also send use SIGTSTP instead of SIGSTOP. Previously certain shells (e.g. csh, dash) would get stuck after the editor process was suspended for the second time. Not completely sure whether this is correct, but it seems to work in my limited tests. | |||||
| 2017-03-17 | ui: fix vt100 compilation | Marc André Tanner | 1 | -10/+10 | |
| 2017-03-16 | ui: further cleanup display code | Marc André Tanner | 1 | -1/+3 | |
| 2017-03-15 | ui: fix compiler warning | Marc André Tanner | 1 | -1/+1 | |
| 2017-03-14 | Add experimental raw vt100 UI backend | Marc André Tanner | 1 | -0/+211 | |
| The intention of this is not to slowly reimplement curses but to provide a minimal working terminal UI backend which can also be used for debugging, fuzzing and in environments where curses is not available. Currently no attempt is made to optimize terminal output. The amount of flickering will depend on the smartness of your terminal emulator. | |||||
