summaryrefslogtreecommitdiffstats
path: root/cmd-select-layout.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-06-25Whitespace and more syncing.Nicholas Marriott
2009-05-18manual -> manual-vertical.Nicholas Marriott
2009-05-16select-layout command and some key bindings.Nicholas Marriott