mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
api/nvim_replace_termcodes: Document keycodes behavior
This commit is contained in:
@@ -135,7 +135,8 @@ Integer nvim_input(String keys)
|
||||
return (Integer)input_enqueue(keys);
|
||||
}
|
||||
|
||||
/// Replaces any terminal codes with the internal representation
|
||||
/// Replaces terminal codes and key codes (<CR>, <Esc>, ...) in a string with
|
||||
/// the internal representation.
|
||||
///
|
||||
/// @see replace_termcodes
|
||||
/// @see cpoptions
|
||||
|
Reference in New Issue
Block a user