diff options
-rw-r--r-- | pw.1 | 3 | ||||
-rw-r--r-- | pw.c | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -159,6 +159,9 @@ Scroll the display to the right. .IP "\fB0\fP, \fIHome\fP" Reset scroll to first column. +.IP \fBCtrl-L\fP +Refresh the display. + .IP \fISpace\fP Suspend the acquisition of new snapshots. In suspended mode, input continues to pass through the FIFO, but new snapshots of data aren't @@ -1119,6 +1119,8 @@ int main(int argc, char **argv) break; case '#': stat ^= stat_lino; + // fallthrough + case ctrl('l'): stat |= stat_force; break; case '0': |