From c5cfe9fdacba2c8e192febe60e353ed15f040d4e Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 19 Jan 2005 06:47:17 +0000 Subject: [PATCH] Disable meu CTRL-keys (Re-enable CTRL-E to edit and CTRL-D to "dial") --- src/syncterm/uifcinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncterm/uifcinit.c b/src/syncterm/uifcinit.c index 9fcfe760a2..2a9c4ab0a3 100644 --- a/src/syncterm/uifcinit.c +++ b/src/syncterm/uifcinit.c @@ -15,7 +15,7 @@ int init_uifc(void) { if(uifc_initialized) return(0); uifc.size=sizeof(uifc); - uifc.mode=UIFC_IBM|UIFC_COLOR; + uifc.mode=UIFC_IBM|UIFC_COLOR|UIFC_NOCTRL; if(uifc.scrn_len) uifc.scrn_len++; if((i=uifcini32(&uifc))!=0) { -- GitLab