Searched refs:S_INS_DEL_CHAR (Results 1 – 5 of 5) sorted by relevance
124 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
1032 __m_screen->_flags &= ~S_INS_DEL_CHAR; in idcok()1034 __m_screen->_flags |= S_INS_DEL_CHAR; in idcok()
108 #define S_INS_DEL_CHAR 0x0004 /* idcok() enabled for terminal (future). */ macro
421 if ((__m_screen->_flags & S_INS_DEL_CHAR) && in _findRegions()1160 __m_screen->_flags &= ~S_INS_DEL_CHAR; in idcok()1162 __m_screen->_flags |= S_INS_DEL_CHAR; in idcok()
357 __m_screen->_flags |= S_INS_DEL_CHAR; in newterm()