diff options
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/edit.c b/src/edit.c index de97fdad0f..aa79302497 100644 --- a/src/edit.c +++ b/src/edit.c @@ -547,9 +547,7 @@ edit ( if (!p_im && did_restart_edit == 0) change_warning(i == 0 ? 0 : i + 1); -#ifdef CURSOR_SHAPE ui_cursor_shape(); /* may show different cursor shape */ -#endif do_digraph(-1); /* clear digraphs */ /* @@ -7074,9 +7072,7 @@ ins_esc ( changed_cline_bef_curs(); setmouse(); -#ifdef CURSOR_SHAPE ui_cursor_shape(); /* may show different cursor shape */ -#endif /* * When recording or for CTRL-O, need to display the new mode. @@ -7190,9 +7186,7 @@ static void ins_insert(int replaceState) State = replaceState | (State & LANGMAP); AppendCharToRedobuff(K_INS); showmode(); -#ifdef CURSOR_SHAPE ui_cursor_shape(); /* may show different cursor shape */ -#endif } /* |