Changeset b68f9cd for commands.c


Ignore:
Timestamp:
Jun 30, 2002, 1:41:05 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:
262422c
Parents:
e75011e
Message:
	Added "edit:delete-prev-word" command and bound M-BACKSPACE to it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    re75011e rb68f9cd  
    542542                  OWL_CTX_EDIT,
    543543                  "deletes the word to the right of the cursor",
     544                  "", ""),
     545
     546  OWLCMD_VOID_CTX("edit:delete-prev-word", owl_editwin_delete_previousword,
     547                  OWL_CTX_EDIT,
     548                  "deletes the word to the left of the cursor",
    544549                  "", ""),
    545550
Note: See TracChangeset for help on using the changeset viewer.