aboutsummaryrefslogtreecommitdiff
path: root/array.h
Commit message (Collapse)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-10-21
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c
| * Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
| |
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| |
| * Shut up gcc4 warnings.Nicholas Marriott2010-06-05
| |
| * Use the array.h code for the causes list.Nicholas Marriott2010-02-06
| |
| * Missing ;. From eric@ ages ago.Nicholas Marriott2009-10-29
| |
| * tabs are better; ok nicmTheo Deraadt2009-10-26
| |
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
| | | | | | | 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
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
| | | | | xfree is not particularly helpful, remove it. From Thomas Adam.
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Sync OpenBSD patchset 714:Tiago Cunha2010-06-06
| | | | | Shut up gcc4 warnings.
* Sync OpenBSD patchset 640:Tiago Cunha2010-02-08
| | | | | Use the array.h code for the causes list.
* Sync OpenBSD patchset 473:Tiago Cunha2009-11-02
| | | | | Missing ;. From eric@ ages ago.
* Sync OpenBSD patchset 467:Tiago Cunha2009-10-28
| | | | | tabs are better; ok nicm
* UINT_MAX.Nicholas Marriott2008-09-29
|
* Lose ensure* stuff.Nicholas Marriott2008-08-07
|
* Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott2008-06-20
|
* Remove aborts.Nicholas Marriott2008-06-18
|
* Memory leak/missing init.Nicholas Marriott2008-06-16
|
* Sync with fdm.Nicholas Marriott2007-08-27
|
* Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott2007-07-09
showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation.