From 33856b4a7ef417c06236e3e4ef92b05fc2c99dcd Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 30 Jan 2006 03:57:23 +0000
Subject: [PATCH] Also set ESCDELAY for forced IBM charset mode.

---
 src/uifc/uifc32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index 6704946522..19780ada14 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -174,7 +174,7 @@ int uifcini32(uifcapi_t* uifcapi)
 		api->esc_delay=25;
 
 #ifdef NCURSES_VERSION_MAJOR
-	if(cio_api.mode==CIOLIB_MODE_CURSES) {
+	if(cio_api.mode==CIOLIB_MODE_CURSES || cio_api.mode==CIOLIB_MODE_CURSES_IBM)
 		ESCDELAY=api->esc_delay;
 #endif
 
-- 
GitLab