| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott | 2009-07-13 |
| | | | | | | | | | | maintain and is only going to get worse as more are used. So instead, add a new uint64_t member to cmd_entry which is a bitmask of upper and lowercase options accepted by the command. This means new single character options can be used without the need to add it explicitly to the list. | ||
| * | Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge ↵ | Nicholas Marriott | 2009-07-09 |
| | | | | | dot net. | ||
| * | 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 | |||