Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | When using source-file, run the commands in the context of the source-file | Nicholas Marriott | 2009-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 or | Nicholas Marriott | 2009-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 not | Nicholas Marriott | 2009-08-09 |
| | | | | terminated by a \n. | ||
* | Don't babysit people and let them try to load /dev/zero or (more useful) | Nicholas Marriott | 2009-07-30 |
| | | | | /dev/null if they want. | ||
* | Unused prototypes. Found by lint, no binary change. | Nicholas Marriott | 2009-06-25 |
| | |||
* | 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 |