diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-15 13:15:14 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-15 13:15:14 -0700 |
commit | 0e55b2a0fd5225c810663c62912e5f93d2e63343 (patch) | |
tree | 66c12622038395095a71e30fe9bb6982370233e3 /pw.1 | |
parent | 24fb6be7496bb42612ab01bca6b99fbd99b92f7b (diff) | |
download | pw-0e55b2a0fd5225c810663c62912e5f93d2e63343.tar.gz pw-0e55b2a0fd5225c810663c62912e5f93d2e63343.tar.bz2 pw-0e55b2a0fd5225c810663c62912e5f93d2e63343.zip |
Fix regression: :E and :B commands not recognized.
Diffstat (limited to 'pw.1')
-rw-r--r-- | pw.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -580,11 +580,16 @@ direction. First, some general remarks. -The capture of snaphots, driving display refresh, doesn't pause during the +The capture of snapshots, driving display refresh, doesn't pause during the editing of a colon command. If that is desired, the suspend command must be used first. -The name of a colon command consists of lower-case letters. Currently, no +The name of a colon command consists of a combination of one or more +letters +.B a +through +.R z , +upper or lower case. Currently, no command has a name more than one letter long. The command may be followed by an argument, which is separated from the command by exactly one space. If the argument does not begin with a lower-case letter, then the space |