Added emacs as an "operating system" for input mode. (#16949)
This commit is contained in:
parent
4da3482872
commit
6fc7c03e95
4 changed files with 40 additions and 7 deletions
|
@ -64,6 +64,7 @@ enum unicode_input_modes {
|
|||
UC_WIN, // Windows using EnableHexNumpad
|
||||
UC_BSD, // BSD (not implemented)
|
||||
UC_WINC, // Windows using WinCompose (https://github.com/samhocevar/wincompose)
|
||||
UC_EMACS, // Emacs is an operating system in search of a good text editor
|
||||
UC__COUNT // Number of available input modes (always leave at the end)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue