summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-save-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-3/+1
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-081-2/+2
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-131-13/+7
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-241-3/+3
* Memory leak in error path and unnecessary assignment, from clang.nicm2014-04-161-2/+1
* save-buffer needs to use O_TRUNC.nicm2014-04-071-2/+2
* Alter how tmux handles the working directory to internally use filenicm2013-10-101-30/+26
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-3/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-21/+19
* Merge show-buffer into save-buffer.nicm2013-03-241-40/+92
* Fix so capture-pane/save-buffer can work in control clients, from Georgenicm2013-03-221-3/+7
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-10/+10
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Instead of passing stdin/stdout/stderr file descriptors over imsg andnicm2012-05-211-2/+3
* Fix save-buffer usage, from Kazuhiko Sakaguchi.nicm2012-03-211-2/+2
* Try to resolve relative paths for loadb and saveb (first using clientnicm2011-10-231-2/+17
* Plug a memory leak and update some comments, from Tiago Cunha.nicm2011-10-231-2/+2
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-22/+32
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-8/+5
* When changing so that the client passes its stdout and stderr as well asnicm2010-07-241-15/+11
* Send all three of stdin, stdout, stderr from the client to the server, so thatnicm2010-06-281-12/+23
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-3/+3
* Reset the umask right after fopen to avoid leaving it changed on error, noticednicm2009-10-261-2/+2
* Give each paste buffer a size member instead of requiring them to benicm2009-09-071-2/+2
* 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-3/+3
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+90