Searched refs:terminal_loop (Results 1 – 7 of 7) sorted by relevance
21 int terminal_loop(int blocking);
1493 if (terminal_loop(TRUE) == OK) in main_loop()
4494 if (terminal_loop(TRUE) == OK) in mch_call_shell_terminal()
4728 if (terminal_loop(TRUE) == OK) in mch_call_shell_terminal()
2530 terminal_loop(int blocking) in terminal_loop() function
8583 if (terminal_loop(TRUE) == OK) in exec_normal()
19091 Solution: Add terminal_loop(). ":term bash -i" sort of works now.25439 Solution: Add a test. Make feedkeys() handle terminal_loop() returning25543 Solution: Don't call terminal_loop() for :normal. (closes #2886)26109 Solution: Bail out of terminal_loop() when the buffer changes.27002 Solution: When resizing the terminal outside of terminal_loop() make sure