diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-03 20:32:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-03 20:32:20 -0700 |
commit | 906d31bf059bd206ef6054c668fe10b93f33b336 (patch) | |
tree | dc163c13f30383b229135e7ff3e06b743c982b24 /pw.c | |
parent | e5b03d646ab412de3d5cd166815ffd39ad162753 (diff) | |
download | pw-906d31bf059bd206ef6054c668fe10b93f33b336.tar.gz pw-906d31bf059bd206ef6054c668fe10b93f33b336.tar.bz2 pw-906d31bf059bd206ef6054c668fe10b93f33b336.zip |
Ctrl-L refresh.
Diffstat (limited to 'pw.c')
-rw-r--r-- | pw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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': |