Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Memory could be leaked if a second prompt or message appeared while another was | Nicholas Marriott | 2009-07-17 |
| | | | | | | still present, so add a separate prompt free callback and make the _clear function responsible for calling it if necessary (rather than the individual | ||
* | Make status_message_set a variadic printf-like function. No functional change - | Nicholas Marriott | 2009-07-15 |
| | | | | | helpful for a couple of things coming soon. | ||
* | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott | 2009-07-14 |
| | | | | | | | | | | 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. | ||
* | Move status prompt/message init and teardown into status.c. | Nicholas Marriott | 2009-02-13 |
| | |||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
| | |||
* | Some tweaks found by LLVM courtesy of IcePic. | Nicholas Marriott | 2009-01-05 |
| | |||
* | Handle NULL properly. | Nicholas Marriott | 2008-09-29 |
| | |||
* | index prompt. | Nicholas Marriott | 2008-06-25 |
| | |||
* | Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵ | Nicholas Marriott | 2008-06-25 |
be typed. |