aboutsummaryrefslogtreecommitdiffstats
path: root/pw.c
Commit message (Collapse)AuthorAgeFilesLines
...
* man page: fix small mistakes and improve wording.Kaz Kylheku2022-04-271-3/+1
|
* Redraw bugfix: redraw from snapshot when suspended.Kaz Kylheku2022-04-271-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 Kylheku2022-04-271-8/+8
|
* Rethink suspend mode: FIFO always freewheels.Kaz Kylheku2022-04-271-29/+20
|
* Colon is part of command string.Kaz Kylheku2022-04-271-10/+11
|
* Snapshot what is displayed.Kaz Kylheku2022-04-271-13/+37
|
* Switch to refcounted strings.Kaz Kylheku2022-04-261-15/+67
|
* Add a vi-like colon mode with :w, :a and :! commands.Kaz Kylheku2022-04-261-14/+147
|
* New project, Pipe Watch.Kaz Kylheku2022-04-261-0/+365