[thirdparty-commits] seanbright: editline/trunk r173 - /editline/trunk/read.c
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Tue Jul 27 17:58:50 CDT 2010
Author: seanbright
Date: Tue Jul 27 17:58:46 2010
New Revision: 173
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=173
Log:
Merge r163762 from asterisk trunk:
Merged revisions 163761 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r163761 | tilghman | 2008-12-12 16:03:10 -0600 (Fri, 12 Dec 2008) | 7 lines
Simple fix for Ctrl-C not immediately exiting Asterisk, but also add a
pointer inside editline to look back to asterisk.c, so others don't spend
as much time as I did looking (in the wrong place) for the appropriate
function.
Reported by: ZX81, via the #asterisk-users channel
Fixed by: me (license 14)
........
Modified:
editline/trunk/read.c
Modified: editline/trunk/read.c
URL: http://svnview.digium.com/svn/thirdparty/editline/trunk/read.c?view=diff&rev=173&r1=172&r2=173
==============================================================================
--- editline/trunk/read.c (original)
+++ editline/trunk/read.c Tue Jul 27 17:58:46 2010
@@ -283,6 +283,8 @@
/* read_char():
* Read a character from the tty.
+ * XXX This routine is the default, but what you are actually looking for
+ * is in main/asterisk.c, in ast_el_read_char(). XXX
*/
private int
read_char(EditLine *el, char *cp)
More information about the thirdparty-commits
mailing list