- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
- ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
- 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
- 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
- e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
- ecb257f A few minor style nits. by nicm · 9 years ago
- 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
- 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
- d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
- 26aa068 Show full targets for lsp/lsw -a. by Nicholas Marriott · 13 years ago
- 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
- f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- 9a1b4f9 Show more window and pane flags in list-* output, and put layout on the by Nicholas Marriott · 14 years ago
- 933dc48 Show which pane is active in the list-panes output, suggested by Dominik Honnef. by Nicholas Marriott · 14 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- dba0d54 The pane pty name isn't useful for anything so show the pane number instead. by Nicholas Marriott · 15 years ago
- 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago