summaryrefslogtreecommitdiffstats
path: root/log.c
AgeCommit message (Collapse)Author
2012-05-25Simplify logging and just fprintf(stderr, ...) for early errors.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1058:Tiago Cunha
Fix warnings. Doh.
2012-03-18Sync OpenBSD patchset 1056:Tiago Cunha
Redirect libevent logging to tmux's log.
2012-03-17Fix warnings. Doh.Nicholas Marriott
2012-03-17Redirect libevent logging to tmux's log.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
time now I've configured emacs to make them displayed in really annoying colours...
2009-07-22Sync OpenBSD patchset 153:Tiago Cunha
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by lint.
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
lint.
2009-06-25Fix rejects.Nicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
functions found by lint.
2009-06-25tmux doesn't and won't need syslog logging, so remove it and some other unusedNicholas Marriott
functions found by lint. Also move a couple of internal function declarations into file scope.
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
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
2009-05-13Rename all feature flags to HAVE_* and move out of makefiles into a configureNicholas Marriott
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later.
2009-03-31Most of AIX support.Nicholas Marriott
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.