summaryrefslogtreecommitdiffstats
path: root/cmd-choose-window.c
AgeCommit message (Collapse)Author
2009-07-14Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
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.
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-30Display the layout name in window lists.Nicholas Marriott
2009-01-19Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott
command line.
2009-01-18Don't die when run non-interactively. DOH.Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-17Tidy a few warnings.Nicholas Marriott
2009-01-15Recalculate sizes and don't redraw if unnecessary.Nicholas Marriott
2009-01-15Show number of panes.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when ↵Nicholas Marriott
bound to a key and allow the window or session to be selected from a list.