Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit PR/48957: Federico G. Schwindt: Restore commente...



details:   https://anonhg.NetBSD.org/src/rev/308144692afc
branches:  trunk
changeset: 330376:308144692afc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 06 18:09:04 2014 +0000

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

diffstat:

 lib/libedit/readline.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b50a9d027985 -r 308144692afc lib/libedit/readline.c
--- a/lib/libedit/readline.c    Sun Jul 06 18:04:44 2014 +0000
+++ b/lib/libedit/readline.c    Sun Jul 06 18:09:04 2014 +0000
@@ -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 @@
                } else
                        wbuf = NULL;
                (*(void (*)(const char *))rl_linefunc)(wbuf);
-               //el_set(e, EL_UNBUFFERED, 1);
+               el_set(e, EL_UNBUFFERED, 1);
        }
 }
 



Home | Main Index | Thread Index | Old Index