summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-set-password.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the internal tmux locking and instead detach each client and run thenicm2009-09-231-145/+0
* Use KEYC_NONE constant instead of 0 on init.nicm2009-09-211-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-24/+1
* Remove leftover debug logging of password.nicm2009-07-211-2/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+169