Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c28 static int do_more_prompt(int typed_char);
2803 do_more_prompt(int typed_char) in do_more_prompt() argument
2806 int used_typed_char = typed_char; in do_more_prompt()
2820 if (entered || (State == HITRETURN && typed_char == 0)) in do_more_prompt()
2824 if (typed_char == 'G') in do_more_prompt()
2835 if (typed_char == NUL) in do_more_prompt()