CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/10/09 01:30:28
Modified files: usr.bin/tmux : window-copy.c Log message: Use xsnprintf not snprintf for the prompt in window_copy_write_line because we don't care if it is truncated to the screen width, we don't want it to be fatal.