Searched refs:showing_mode (Results 1 – 2 of 2) sorted by relevance
4034 static int showing_mode = -1; in term_cursor_mode() local4051 if (forced || showing_mode != REPLACE) in term_cursor_mode()4060 showing_mode = REPLACE; in term_cursor_mode()4066 if ((forced || showing_mode != INSERT) && *T_CSI != NUL) in term_cursor_mode()4069 showing_mode = INSERT; in term_cursor_mode()4072 else if (forced || showing_mode != NORMAL) in term_cursor_mode()4075 showing_mode = NORMAL; in term_cursor_mode()
20232 Solution: Initialize showing_mode to invalid value.