Changeset 5eeea3b for commands.c
- Timestamp:
- Aug 17, 2002, 3:23:00 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1354456
- Parents:
- 9bd2c17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r1fd0b25 r5eeea3b 155 155 OWLCMD_ARGS("smartzpunt", owl_command_smartzpunt, OWL_CTX_INTERACTIVE, 156 156 "creates a zpunt based on the current message", 157 "smart narrow[-i | --instance]",157 "smartzpunt [-i | --instance]", 158 158 "Starts a zpunt command based on the current message's class\n" 159 159 "(and instance if -i is specified).\n"), … … 248 248 249 249 OWLCMD_VOID("last", owl_command_last, OWL_CTX_INTERACTIVE, 250 "move the pointer to the last message", "", ""), 250 "move the pointer to the last message", "", 251 "Moves the pointer to the last message in the view.\n" 252 "If we are already at the last message in the view,\n" 253 "blanks the screen and moves just past the end of the view\n" 254 "so that new messages will appear starting at the top\n" 255 "of the screen.\n"), 251 256 OWLCMD_ALIAS("recv:last", "last"), 252 257
Note: See TracChangeset
for help on using the changeset viewer.