Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expand leading tildes in arguments, from Tiage Cunha. | Nicholas Marriott | 2009-07-13 |
| | |||
* | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott | 2009-07-08 |
| | | | | file/command prompt. From Tiago Cunha. | ||
* | strdup the input to putenv to avoid in one case passing a string that is later | Nicholas Marriott | 2009-06-05 |
| | | | | | | freed and in the other const strings. looks sane to millert, ok ray | ||
* | 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 |