CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2024/10/28 02:11:59
Modified files: usr.bin/tmux : status.c Log message: Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting than before, meaning that accidentally scrolling the mouse wheel doesn't break quoting; and move the cursor correctly over wide characters. From Alexander Arch in GitHub issue 4212.