Changeset 10b866d for keys.c


Ignore:
Timestamp:
Jul 8, 2002, 10:37:21 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:
e1c4636
Parents:
8df36cc
Message:
* Fixed preservation of e->dotsend across owl_editwin_clear().

* Added history for multiline edit windows (eg, for zephyr composition).
  The M-n and M-p keys will cycle through the history ring.
  In particular, it is now possible to edit the command line
  of a zephyr being composed:  C-c it and restart it
  and then M-p to get the aborted composition back.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    r217a43e r10b866d  
    9393  /* This would be nice, but interferes with C-c to cancel */
    9494  /*BIND_CMD("C-c C-c", "editmulti:done", "sends the zephyr");*/
     95
     96  BIND_CMD("M-p",         "edit:history-prev", "");
     97  BIND_CMD("M-n",         "edit:history-next", "");
    9598
    9699  /* note that changing "disable-ctrl-d" to "on" will change this to
Note: See TracChangeset for help on using the changeset viewer.