Changeset 7f0c26f for commands.c


Ignore:
Timestamp:
Jul 11, 2009, 1:14:35 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:
a60edf2
Parents:
16cfd12a
git-author:
Nelson Elhage <nelhage@mit.edu> (07/07/09 22:49:07)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/11/09 13:14:35)
Message:
Implement a setable mark.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    ra556caa r7f0c26f  
    879879                  OWL_CTX_EDIT,
    880880                  "replaces the text with the previous history",
     881                  "", ""),
     882
     883  OWLCMD_VOID_CTX("edit:set-mark", owl_editwin_set_mark,
     884                  OWL_CTX_EDIT,
     885                  "sets the mark",
     886                  "", ""),
     887
     888  OWLCMD_VOID_CTX("edit:exchange-point-and-mark", owl_editwin_exchange_point_and_mark,
     889                  OWL_CTX_EDIT,
     890                  "exchanges the point and the mark",
    881891                  "", ""),
    882892
Note: See TracChangeset for help on using the changeset viewer.