diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,12 +26,12 @@ With `pw` you can: * Make recurring patterns in the stream appear to "freeze" on the screen, using triggers. -* Prevent the overwhelming amount of output from a program to flooding the +* Prevent the overwhelming amount of output from a program from flooding the terminal, while consuming all of that output so that the program isn't blocked. `pw` can pause its display updates entirely. * Juggle multiple shell background jobs that produce output, yet execute - indefinitely without blocking. When `pw` runs as as part of a shell + indefinitely without blocking. When `pw` runs as part of a shell background job, it continues to consume input, process filters and take snapshots, without displaying anything. When put into the foreground again, display resumes. |