Module Name:    src
Committed By:   christos
Date:           Sun Jul  6 18:09:04 UTC 2014

Modified Files:
        src/lib/libedit: readline.c

Log Message:
PR/48957: Federico G. Schwindt: Restore commented out code that broke
rl_callback_handler.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/lib/libedit/readline.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/readline.c
diff -u src/lib/libedit/readline.c:1.110 src/lib/libedit/readline.c:1.111
--- src/lib/libedit/readline.c:1.110	Tue Jan 21 08:51:44 2014
+++ src/lib/libedit/readline.c	Sun Jul  6 14:09:04 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: readline.c,v 1.110 2014/01/21 13:51:44 christos Exp $	*/
+/*	$NetBSD: readline.c,v 1.111 2014/07/06 18:09:04 christos Exp $	*/
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.110 2014/01/21 13:51:44 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.111 2014/07/06 18:09:04 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <sys/types.h>
@@ -1970,7 +1970,7 @@ rl_callback_read_char(void)
 		} else
 			wbuf = NULL;
 		(*(void (*)(const char *))rl_linefunc)(wbuf);
-		//el_set(e, EL_UNBUFFERED, 1);
+		el_set(e, EL_UNBUFFERED, 1);
 	}
 }
 

Reply via email to