mirror of
				https://github.com/vim/vim.git
				synced 2025-10-31 09:57:14 -04:00 
			
		
		
		
	patch 8.0.0018
Problem:    When using ":sleep" channel input is not handled.
Solution:   When there is a channel check for input also when not in raw mode.
            Check every 100 msec.
			
			
This commit is contained in:
		| @@ -1381,7 +1381,7 @@ mch_call_shell( | ||||
|  * trouble with lattice-c programs. | ||||
|  */ | ||||
|     void | ||||
| mch_breakcheck(void) | ||||
| mch_breakcheck(int force) | ||||
| { | ||||
|    if (SetSignal(0L, (long)(SIGBREAKF_CTRL_C|SIGBREAKF_CTRL_D|SIGBREAKF_CTRL_E|SIGBREAKF_CTRL_F)) & SIGBREAKF_CTRL_C) | ||||
| 	got_int = TRUE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user