[Asterisk-cvs] asterisk asterisk.c,1.51.2.9,1.51.2.10
citats at lists.digium.com
citats at lists.digium.com
Sun Mar 28 23:14:28 CST 2004
- Previous message: [Asterisk-cvs] asterisk asterisk.c,1.64,1.65
- Next message: [Asterisk-cvs] libpri testprilib.c,NONE,1.1 Makefile,1.7,1.8 libpri.h,1.19,1.20 pri.c,1.11,1.12 pri_internal.h,1.6,1.7 pri_q921.h,1.4,1.5 q921.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv25303
Modified Files:
Tag: v1-0_stable
asterisk.c
Log Message:
Get rid of annoying beeps on remote console
Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.51.2.9
retrieving revision 1.51.2.10
diff -u -d -r1.51.2.9 -r1.51.2.10
--- asterisk.c 24 Mar 2004 08:10:32 -0000 1.51.2.9
+++ asterisk.c 29 Mar 2004 04:12:27 -0000 1.51.2.10
@@ -1048,6 +1048,8 @@
el_set(el, EL_BIND, "^I", "ed-complete", NULL);
/* Bind ? to command completion */
el_set(el, EL_BIND, "?", "ed-complete", NULL);
+ /* Bind ^D to redisplay */
+ el_set(el, EL_BIND, "^D", "ed-redisplay", NULL);
return 0;
}
- Previous message: [Asterisk-cvs] asterisk asterisk.c,1.64,1.65
- Next message: [Asterisk-cvs] libpri testprilib.c,NONE,1.1 Makefile,1.7,1.8 libpri.h,1.19,1.20 pri.c,1.11,1.12 pri_internal.h,1.6,1.7 pri_q921.h,1.4,1.5 q921.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list