mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
enum values need to fit in 32 bits; we only use enum for numbering and
Unicode characters fit in 24 bits, so we can leave key_code as 64 bits and change KEYC_BASE down to 0x10000000.
This commit is contained in:
Reference in New Issue
Block a user