1. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  2. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  3. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  4. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  5. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  6. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  7. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  8. 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  9. 4a5dff3 Add initial framework for more powerful formatting of command output and by Nicholas Marriott · 13 years ago
  10. 26aa068 Show full targets for lsp/lsw -a. by Nicholas Marriott · 13 years ago
  11. 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
  12. f19a4bf Add -a and -s options to lsp to list all panes in the server or session by Nicholas Marriott · 14 years ago
  13. 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
  14. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  15. 9a1b4f9 Show more window and pane flags in list-* output, and put layout on the by Nicholas Marriott · 14 years ago
  16. 933dc48 Show which pane is active in the list-panes output, suggested by Dominik Honnef. by Nicholas Marriott · 14 years ago
  17. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  18. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  19. dba0d54 The pane pty name isn't useful for anything so show the pane number instead. by Nicholas Marriott · 15 years ago
  20. 5aa49e6 Split list-panes off from list-windows. by Nicholas Marriott · 15 years ago