Skip to content
Snippets Groups Projects
Commit c5cfe9fd authored by deuce's avatar deuce
Browse files

Disable meu CTRL-keys (Re-enable CTRL-E to edit and CTRL-D to "dial")

parent 17d14099
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ int init_uifc(void) { ...@@ -15,7 +15,7 @@ int init_uifc(void) {
if(uifc_initialized) if(uifc_initialized)
return(0); return(0);
uifc.size=sizeof(uifc); uifc.size=sizeof(uifc);
uifc.mode=UIFC_IBM|UIFC_COLOR; uifc.mode=UIFC_IBM|UIFC_COLOR|UIFC_NOCTRL;
if(uifc.scrn_len) if(uifc.scrn_len)
uifc.scrn_len++; uifc.scrn_len++;
if((i=uifcini32(&uifc))!=0) { if((i=uifcini32(&uifc))!=0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment