summaryrefslogtreecommitdiffstats
path: root/cmd-send-prefix.c
AgeCommit message (Collapse)Author
2008-09-26Trim.Nicholas Marriott
2008-06-23Split options into a table to allow abbreviations.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-19status-lines -> status, prefix-key -> prefixNicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03Allow -c anywhere -s was allowed.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Add a windowonly generic command and use it where appropriate. Also trim ↵Nicholas Marriott
includes and unused.
2008-06-02Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott
command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott
than session.
2007-11-13Use ctx->client/ctx->session inline instead of temporary variables which wereNicholas Marriott
being reused and causing confusion and problems.
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ↵Nicholas Marriott
to hold index and make sessions hold a RB tree of them rather than a fixed array.
2007-10-19Oops, 0 in wrong place.Nicholas Marriott
2007-10-12send-prefix command.Nicholas Marriott