Changeset 217a43e for keys.c


Ignore:
Timestamp:
Jul 3, 2002, 6:28:46 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:
8df36cc
Parents:
83a9b63
Message:
	Fixed a bug in the "reply -e" command.
	The "disable-ctrl-d" variable may also be set to "middle"
	        which will result in ctrl-d only sending at the
		end of the message.  This is now the default.
		This also added a command "editmulti:done-or-delete".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    r262422c r217a43e  
    9494  /*BIND_CMD("C-c C-c", "editmulti:done", "sends the zephyr");*/
    9595
    96   /* note that changing "disable-ctrl-d" will change this to
     96  /* note that changing "disable-ctrl-d" to "on" will change this to
    9797   * edit:delete-next-char */
    98   BIND_CMD("C-d",     "editmulti:done", "sends the zephyr");
     98  BIND_CMD("C-d",     "editmulti:done-or-delete", "sends the zephyr if at the end of the message");
    9999
    100100
Note: See TracChangeset for help on using the changeset viewer.