summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-show-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge show-buffer into save-buffer.nicm2013-03-241-112/+0
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-8/+8
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-4/+5
* Plug a memory leak and update some comments, from Tiago Cunha.nicm2011-10-231-2/+2
* Add a flag to cmd_find_session so that attach-session can prefernicm2011-04-051-2/+2
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-12/+19
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-9/+10
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-6/+6
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Give each paste buffer a size member instead of requiring them to benicm2009-09-071-3/+2
* Tag a few missed printf-like functions and fix a missing "%s".nicm2009-08-181-2/+2
* Pass show-buffer output through vis(3) as well, and wrap it to the edge of thenicm2009-08-181-23/+40
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+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/+89