Changeset 2fc8397 for commands.c


Ignore:
Timestamp:
Jul 11, 2009, 1:14:36 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
19a023f
Parents:
77f605d
git-author:
Nelson Elhage <nelhage@mit.edu> (07/06/09 20:41:51)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/11/09 13:14:36)
Message:
Implement {forward,backward}-paragraph
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    ra60edf2 r2fc8397  
    938938                  "runs 'editmulti:done'.\n"\
    939939                  "Otherwise runs 'edit:delete-next-char'\n"),
     940
     941  OWLCMD_VOID_CTX("editmulti:forward-paragraph", owl_editwin_forward_paragraph,
     942                  OWL_CTX_EDITMULTI,
     943                  "Move forward to end of paragraph.",
     944                  "",
     945                  "Move the point to the end of the current paragraph"),
     946
     947  OWLCMD_VOID_CTX("editmulti:backward-paragraph", owl_editwin_backward_paragraph,
     948                  OWL_CTX_EDITMULTI,
     949                  "Move backward to the start of paragraph.",
     950                  "",
     951                  "Move the point to the start of the current paragraph"),
    940952
    941953  /****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.