aboutsummaryrefslogtreecommitdiff
path: root/xmalloc.c
Commit message (Collapse)AuthorAge
* FreeBSD requires stdint.h.Nicholas Marriott2007-10-19
|
* Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott2007-10-03
|
* Lose intermediate handling (unused). Change argument parsing to work ↵Nicholas Marriott2007-09-29
| | | | properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point).
* Sync with fdm.Nicholas Marriott2007-07-25
|
* 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.