summaryrefslogtreecommitdiffstats
path: root/log.c
AgeCommit message (Collapse)Author
2008-12-08Make window options work the same was as session options, add ↵Nicholas Marriott
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
2008-10-09Clear correct range.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25time.hNicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-08-08Tidy logging and lose stdout hacks for _info.Nicholas Marriott
2007-10-19Missing time.h.Nicholas Marriott
2007-09-26Don't close stderr in log_close to make -v/-vv work again.Nicholas Marriott
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.