summaryrefslogtreecommitdiffstats
path: root/xmalloc.c
AgeCommit message (Collapse)Author
2007-10-19FreeBSD requires stdint.h.Nicholas Marriott
2007-10-03Skip exec on cmds. Also use xmemstrdup where appropriate.Nicholas Marriott
2007-09-29Lose intermediate handling (unused). Change argument parsing to work ↵Nicholas Marriott
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).
2007-07-25Sync with fdm.Nicholas Marriott
2007-07-09Initial import to CVS. Basic functions are working, albeit with a couple of ↵Nicholas Marriott
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.