summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/array.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove last uses of array.h.nicm2016-04-261-120/+0
|
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
|
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-081-3/+3
|
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-4/+3
|
* Shut up gcc4 warnings.nicm2010-06-051-2/+2
|
* Use the array.h code for the causes list.nicm2010-02-061-1/+3
|
* Missing ;. From eric@ ages ago.nicm2009-10-291-2/+2
|
* tabs are better; ok nicmderaadt2009-10-261-2/+2
|
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+119
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