CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/06/06 06:38:32
Modified files: usr.bin/tmux : utf8.c Log message: Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which is more friendly to GCC3. Reported by and ok aoyama@.