Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | man page: fix small mistakes and improve wording. | Kaz Kylheku | 2022-04-27 | 1 | -3/+1 | |
| | ||||||
* | Redraw bugfix: redraw from snapshot when suspended. | Kaz Kylheku | 2022-04-27 | 1 | -1/+3 | |
| | | | | | | | Without this, we cannot move horizontally while suspended, because the display refuses to refresh. Suspend mode means that we still refresh the display, but using the current snapshot data, rather than replacing that snapshot from the FIFO. | |||||
* | Rename clear_cur_line to consistently cryptic name. | Kaz Kylheku | 2022-04-27 | 1 | -8/+8 | |
| | ||||||
* | Rethink suspend mode: FIFO always freewheels. | Kaz Kylheku | 2022-04-27 | 1 | -29/+20 | |
| | ||||||
* | Colon is part of command string. | Kaz Kylheku | 2022-04-27 | 1 | -10/+11 | |
| | ||||||
* | Snapshot what is displayed. | Kaz Kylheku | 2022-04-27 | 1 | -13/+37 | |
| | ||||||
* | Switch to refcounted strings. | Kaz Kylheku | 2022-04-26 | 1 | -15/+67 | |
| | ||||||
* | Add a vi-like colon mode with :w, :a and :! commands. | Kaz Kylheku | 2022-04-26 | 1 | -14/+147 | |
| | ||||||
* | New project, Pipe Watch. | Kaz Kylheku | 2022-04-26 | 1 | -0/+365 | |