summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/attributes.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use snprintf for constructing attribute string, from Tim Ruehsen.nicm2012-03-171-18/+12
|
* Accept (and document) "none" instead of "default" for attributes as itnicm2010-05-141-3/+3
| | | | is clearer and avoids confusion with default colours.
* Rename a variable to something more helpful.nicm2009-11-261-21/+21
|
* Don't dereference NULL if buf winds up being empty. Can't happenray2009-06-021-2/+3
| | | | | | right now according to NicM but better safe than sorry. OK nicm@
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+92
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti