1. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  3. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  4. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  5. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  6. e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  8. 4612419 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  9. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 8 years ago
  10. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 8 years ago
  12. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 8 years ago
  13. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  14. 85af9c9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  15. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  16. a543091 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  17. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  18. 5f662d9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  19. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  20. 3ea3683 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  21. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  22. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  23. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  24. 5aaf640 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  25. 20f5e37 Remove a debugging leftover. by nicm · 8 years ago
  26. 6c333cc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  27. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  28. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  29. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  30. d8da761 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  31. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  32. 7e110b9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  33. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  34. c9fcb76 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  35. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  36. d87ab0c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  37. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  38. 2c862b0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  39. 3661960 Add a format for the version. by Nicholas Marriott · 8 years ago
  40. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  41. 442e49f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
  43. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  45. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  46. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  47. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  48. 0f7d39c Add missing function protype by Thomas Adam · 8 years ago
  49. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  51. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  52. 05ec232 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  53. 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 9 years ago
  54. ba9f32b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  55. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 9 years ago
  56. 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  57. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  58. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  59. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  60. 845a664 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  61. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  62. 4909a70 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  63. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  64. af8134a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  65. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  66. 890d8da Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  67. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  68. 7fe8edc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  69. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  70. 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
  71. 45a10dd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  72. 88aa1c8 Two spacing and spelling nits. by nicm · 9 years ago
  73. e2917b2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  74. 3df4959 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  75. 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
  76. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  77. 5f48349 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  78. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  79. a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
  80. 17f6c3b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  81. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  82. a5e4d3a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  83. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  84. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  85. 44657bf Move struct options into options.c. by nicm · 9 years ago
  86. 147b5ae Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  87. 9952201 Count brackets in #{?...} so that nested conditional formats work, from by nicm · 9 years ago
  88. 17c2c42 The format callback may not always succeed, so we need to check for by nicm · 9 years ago
  89. ca29903 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  90. e65306d Extend the modifiers allowed before formats: as well as the existing by nicm · 9 years ago
  91. 3e0d31c Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  92. 4acc8d0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  93. 3faa51a Pass output from jobs through format_expand() so they are expanded again by nicm · 9 years ago
  94. 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
  95. 74b958e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  96. 16efa84 Make refresh-client force update of jobs, from Sina Siadat. by nicm · 9 years ago
  97. 1fd7560 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
  99. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  100. 82326dc A couple of style nits. by nicm · 9 years ago