1
0
Fork 0

Added emacs as an "operating system" for input mode. (#16949)

This commit is contained in:
Chewxy 2022-08-15 05:24:52 +10:00 committed by GitHub
parent 4da3482872
commit 6fc7c03e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 7 deletions

View file

@ -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)
};