aboutsummaryrefslogtreecommitdiff
path: root/xmalloc.c
Commit message (Collapse)AuthorAge
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
|
* tabs are better; ok nicmTheo Deraadt2009-10-26
|
* Use strlcpy instead of strncpy, pointed out by deraadt.Nicholas Marriott2009-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