CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/11/04 08:47:38
Modified files: usr.bin/tmux : tmux.h Log message: 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.