Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Do not use stderr for log file and don't call log_close when not needed. | Nicholas Marriott | 2012-05-30 |
| | |||
* | Simplify logging and just fprintf(stderr, ...) for early errors. | Nicholas Marriott | 2012-05-25 |
| | |||
* | Fix warnings. Doh. | Nicholas Marriott | 2012-03-17 |
| | |||
* | Redirect libevent logging to tmux's log. | Nicholas Marriott | 2012-03-17 |
| | |||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| | | | | | time now I've configured emacs to make them displayed in really annoying colours... | ||
* | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott | 2009-07-21 |
| | | | | lint. | ||
* | tmux doesn't and won't need syslog logging, so remove it and some other unused | Nicholas Marriott | 2009-06-25 |
| | | | | | | functions found by lint. Also move a couple of internal function declarations into file scope. | ||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-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 |