CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/10 01:38:28
Modified files:
usr.bin/tmux : input-keys.c key-string.c status.c tmux.h
Log message:
Move "special" keys into the Unicode PUA rather than making them top bit
set, some compilers do not allow enums that are larger than int. GitHub
issue 2673.
