CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/05/16 09:06:04
Modified files: usr.bin/tmux : menu.c server-client.c status.c tmux.h Log message: Improve command prompt completion: - Show a menu with completions if there are multiple. - Don't complete argument stuff (options, layouts) at start of text. - For -t and -s, if there is no : then complete sessions but if there is a :, show a menu of all windows in the session rather than trying to complete the window name which is a bit useless if there are duplicates.