aboutsummaryrefslogtreecommitdiff
path: root/cfg.c
Commit message (Collapse)AuthorAge
* When using source-file, run the commands in the context of the source-fileNicholas Marriott2009-08-23
| | | | | command rather than with no context. This makes things like attach work from a file.
* The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott2009-08-23
| | | | NULL when curclient is also NULL, so just eliminate it.
* Don't leak in the (rare) case of an invalid command at the end of a file notNicholas Marriott2009-08-09
| | | | terminated by a \n.
* Don't babysit people and let them try to load /dev/zero or (more useful)Nicholas Marriott2009-07-30
| | | | /dev/null if they want.
* Unused prototypes. Found by lint, no binary change.Nicholas Marriott2009-06-25
|
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-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