Changeset 5eeea3b for commands.c


Ignore:
Timestamp:
Aug 17, 2002, 3:23:00 PM (22 years ago)
Author:
Erik Nygren <nygren@mit.edu>
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
Message:
	Modified the behavior of last so that "> >" will clear the screen.
	The new behavior of last is:
	      Moves the pointer to the last message in the view.
	      If we are already at the last message in the view,
	      blanks the screen and moves just past the end of the view
	      so that new messages will appear starting at the top
	      of the screen.
	Fixed a typo in the help for smartzpunt.
	Fixed functions to handle curmsg being past the end of the view.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r1fd0b25 r5eeea3b  
    155155  OWLCMD_ARGS("smartzpunt", owl_command_smartzpunt, OWL_CTX_INTERACTIVE,
    156156              "creates a zpunt based on the current message",
    157               "smartnarrow [-i | --instance]",
     157              "smartzpunt [-i | --instance]",
    158158              "Starts a zpunt command based on the current message's class\n"
    159159              "(and instance if -i is specified).\n"),
     
    248248
    249249  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"),
    251256  OWLCMD_ALIAS("recv:last", "last"),
    252257
Note: See TracChangeset for help on using the changeset viewer.