Changeset 217a43e for functions.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
  • functions.c

    r507d5aa r217a43e  
    126126  owl_editwin_new_style(e, OWL_EDITWIN_STYLE_MULTILINE);
    127127
    128   if (!owl_global_is_lockout_ctrld(&g)) {
     128  if (!owl_global_get_lockout_ctrld(&g)) {
    129129    owl_function_makemsg("Type your zephyr below.  End with ^D or a dot on a line by itself.  ^C will quit.");
    130130  } else {
Note: See TracChangeset for help on using the changeset viewer.