1. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 7 years ago
  2. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 7 years ago
  3. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 7 years ago
  4. 481e48d Add h and l for collapse and expand in choose mode with vi(1) keys, from by nicm · 8 years ago
  5. 8b8d096 Style nits. by nicm · 8 years ago
  6. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  7. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  8. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  9. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  10. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  11. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  12. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  13. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  14. 2e5584c Allow repeat count to be specified in mode key tables with bind-key -R, by nicm · 8 years ago
  15. dd8ba0b memmove() the right size when expanding tree. by nicm · 8 years ago
  16. fb1c929 Remove last uses of array.h. by nicm · 8 years ago
  17. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  18. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  19. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  20. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  21. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  22. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  23. 69e0b83 Support UTF-8 key bindings by expanding the key type from int to by nicm · 9 years ago
  24. 44657bf Move struct options into options.c. by nicm · 9 years ago
  25. 6419f66 Give clock mode its own timer. by nicm · 9 years ago
  26. 641a9cd Similarly, for sessions use a callback to free rather than checking every loop. by nicm · 9 years ago
  27. a538141 window_choose_mode_item can move into window-choose.c. by nicm · 9 years ago
  28. 1282bb8 array.h can be local to window-choose.c now. by nicm · 9 years ago
  29. 672df72 Use the right index when expanding/collapsing tree, from Thomas Adam. by nicm · 9 years ago
  30. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  31. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  32. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  33. 6e764fb Remove an unnecessary variable and shorten a line. by nicm · 10 years ago
  34. c403bfc Remove dead code, from Thomas Adam. by nicm · 10 years ago
  35. abfb965 Fix some spacing nits. by nicm · 10 years ago
  36. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  37. 94ccc6a Instead of forcing mouse scroll to 1 in choose mode, scale it down by nicm · 10 years ago
  38. f194f10 Only scroll by one line at a time in choose mode, lists are generally by nicm · 11 years ago
  39. acef311 Work out mouse scroll wheel effect when the mouse is first detected and by nicm · 11 years ago
  40. 9368914 Add start-of-list, end-of-list, top-line and bottom-line in choice mode, by nicm · 11 years ago
  41. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  42. 994cb87 Style and comment fixes from Tiago Cunha. by nicm · 11 years ago
  43. e6af0ad choose-tree: Reset top when toggling items by nicm · 11 years ago
  44. 3d2b7d5 When using choose-tree -u, start with the current window by Nicholas Marriott · 11 years ago
  45. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  46. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  47. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  48. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  49. 2f5fa4e Don't hang when clearing line in choose mode now that the cursor stays by Nicholas Marriott · 12 years ago
  50. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  51. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  52. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  53. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  54. 3e6d45a Add -T option to select-window to toggle to last window if already by Nicholas Marriott · 12 years ago
  55. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  56. 6589120 Fix a use-after-free when collapsing the tree in choose mode, from by Nicholas Marriott · 12 years ago
  57. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  58. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  59. 7537750 Instead of requiring a prompt to enter all numbers >10, go back to by Nicholas Marriott · 12 years ago
  60. a1e4908 Boldify windows with alerts in choose-* list. by Nicholas Marriott · 12 years ago
  61. 20129b7 Simplify width calculation (all numbers always sequential) and don't by Nicholas Marriott · 12 years ago
  62. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  63. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  64. 67b926c Provide common helper function for adding windows and sessions to choose by Nicholas Marriott · 12 years ago
  65. 5b6f781 Clean up and simplify the choose mode code, from Thomas Adam. by Nicholas Marriott · 12 years ago
  66. 48e6ebb Use a helper function to fire choose callback. by Nicholas Marriott · 12 years ago
  67. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  68. 4f5c5b3 Pass in the session, rather than the client, to window modes' key() by Nicholas Marriott · 14 years ago
  69. 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
  70. 8f301ed key should be an int not a char. by Nicholas Marriott · 15 years ago
  71. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  72. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  73. 67bf093 In choose mode, assign each item a number or lowercase letter from those by Nicholas Marriott · 15 years ago
  74. 4bc0f6e Clean up by introducing a wrapper struct for mouse clicks rather than passing by Nicholas Marriott · 15 years ago
  75. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  76. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  77. a419e73 Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy by Nicholas Marriott · 15 years ago
  78. 8678500 Next step towards customisable mode keys: build each default table of keys into by Nicholas Marriott · 15 years ago
  79. d95274c Change mode key bindings from big switches into a set of tables. Rather than by Nicholas Marriott · 15 years ago
  80. 13e29dd Get rid of empty mode_key_free function. by Nicholas Marriott · 15 years ago
  81. 216df07 A similar for fix for window_choose: don't rely on the callback always being by Nicholas Marriott · 15 years ago
  82. 23326e4 Now that a UTF-8-capable puts function exists, use it for printing strings in by Nicholas Marriott · 15 years ago
  83. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago