Home
last modified time | relevance | path

Searched refs:restore_cursor (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim207 " Later, :execute restore_cursor to get to the original screen.
580 " save v:count1 variable, might be reset from the restore_cursor command
/vim-8.2.3635/src/
H A Dterminal.c2540 int restore_cursor = FALSE; in terminal_loop() local
2572 restore_cursor = TRUE; in terminal_loop()
2709 restore_cursor = FALSE; in terminal_loop()
2719 if (restore_cursor) in terminal_loop()