index
:
pw
master
Pipe Watch utility
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Ctrl-Z suspend.
Kaz Kylheku
2022-04-28
1
-6
/
+27
*
History recall for colon commands and trigger patterns.
Kaz Kylheku
2022-04-28
1
-8
/
+83
*
Merge kbd_ttrig and kbd_htrig; simplify status refresh.
Kaz Kylheku
2022-04-28
1
-16
/
+7
*
Use constants and macros for control chars.
Kaz Kylheku
2022-04-28
1
-8
/
+14
*
grep: show patterns in status rather than stack depth.
Kaz Kylheku
2022-04-28
1
-15
/
+33
*
New feature: grep mode with pattern stack.
Kaz Kylheku
2022-04-28
1
-24
/
+97
*
Diagnose missing argument in :w, :a and :!.
Kaz Kylheku
2022-04-28
1
-2
/
+8
*
No kbd_result state for commands with no result string.
Kaz Kylheku
2022-04-27
1
-3
/
+5
*
kbd_result falls through to kbd_cmd to avoid consuming command.
Kaz Kylheku
2022-04-27
1
-5
/
+5
*
Simplify status line clearing in quit command.
Kaz Kylheku
2022-04-27
1
-4
/
+2
*
Avoid calling poll or gettimeofday for 1000 line bursts.
Kaz Kylheku
2022-04-27
1
-24
/
+31
*
On auto-exit, clear status line of all content.
Kaz Kylheku
2022-04-27
1
-4
/
+4
*
Redesign poll structure to avoid one byte reads from stdin.
Kaz Kylheku
2022-04-27
1
-56
/
+85
*
Fix getopt problem: colon missing on n.
Kaz Kylheku
2022-04-27
1
-1
/
+1
*
Workaround: fix for issue reported by a user.
Kaz Kylheku
2022-04-27
1
-0
/
+1
*
Regex matching for trigger mode.
Kaz Kylheku
2022-04-27
1
-9
/
+26
*
New feature: trigger mode.
Kaz Kylheku
2022-04-27
1
-27
/
+91
*
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
*
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