1. 94f6488 Go less crazy with horizontal separators on default menus. by nicm · 5 years ago
  2. 097973e Add keys for new menu items. by nicm · 5 years ago
  3. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  4. 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 5 years ago
  5. a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 5 years ago
  6. 1b0512a Always include Lock in the menu. by nicm · 5 years ago
  7. d62fd78 Fix a typo in previous (, -> :). by nicm · 5 years ago
  8. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 5 years ago
  9. 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 5 years ago
  10. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  11. 32a81e1 Make options_tostring allocate its result instead of using a stack by nicm · 5 years ago
  12. d68a17a Free old strings after they have been expanded in format_choose. by nicm · 6 years ago
  13. 08bc226 Expand session and window formats for buffer filters. by nicm · 6 years ago
  14. 161b578 Add a cursor_character format. by nicm · 6 years ago
  15. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  16. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  17. d2d4398 With force, kill previous job before starting new. Fixes problem by nicm · 6 years ago
  18. 33595a2 Copy recursion counter into new formats when looping. by nicm · 6 years ago
  19. f6d34f0 Only print format logging when the flag is set, even if also sending to log_debug. by nicm · 6 years ago
  20. 672c49d The pane and window loops need to pass the window and pane tags when by nicm · 6 years ago
  21. 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
  22. 25e2e22 Add a limit on how far format_expand can recurse. by nicm · 6 years ago
  23. 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
  24. 4206bcc Add format flags for start and end window. by nicm · 6 years ago
  25. 38064e7 Add T format modifier like E but also do strftime(3). by nicm · 6 years ago
  26. 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
  27. 6dffbc4 Tweak format_replace logging. by nicm · 6 years ago
  28. 95ab1aa Add formats to list sessions, windows or panes. by nicm · 6 years ago
  29. 49f04a9 Apply length limits and substitution even to literal formats. by nicm · 6 years ago
  30. 9032ac2 Add E: format to expand a format twice (useful to expand the value of an by nicm · 6 years ago
  31. 71e00c7 Make format parsing build the modifiers into a list, standardize how by nicm · 6 years ago
  32. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  33. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  34. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  35. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  36. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  37. 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 6 years ago
  38. 79d2351 Memory leaks, from Gang Fan in GitHub issue 1453. by nicm · 6 years ago
  39. 1b4402c Add q: format prefix to escape sh(1) special characters. Suggested by by nicm · 6 years ago
  40. bceccc6 Move job struct into job.c. by nicm · 6 years ago
  41. 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
  42. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  43. a14aa78 Allow any punctuation (except :) as separator in s/x/y/, not only by nicm · 6 years ago
  44. d1f5142 If foo doesn't exist and can't be expanded in #{?foo,a,b} then assume it by nicm · 6 years ago
  45. 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 6 years ago
  46. 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
  47. 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
  48. ab6f0bb Do not leak memory when working out job name in formats. by nicm · 7 years ago
  49. 17d4c39 Discard all but the last line when reading from a #() command - the by nicm · 7 years ago
  50. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
  51. 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 7 years ago
  52. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
  53. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  54. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  55. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  56. 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
  57. 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
  58. 248aa54 Style and spacing nits. by nicm · 7 years ago
  59. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
  60. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  61. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  62. f688653 Remove an unused variable. by nicm · 7 years ago
  63. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 7 years ago
  64. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 7 years ago
  65. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 7 years ago
  66. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 7 years ago
  67. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 7 years ago
  68. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 7 years ago
  69. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 7 years ago
  70. 2199310 Now that struct winlink has a session pointer, can remove some arguments. by nicm · 7 years ago
  71. 0f25ad3 There is no real need for window_printable_flags to allocate, make it by nicm · 7 years ago
  72. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 7 years ago
  73. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  74. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  75. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  76. 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago
  77. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  78. 20f5e37 Remove a debugging leftover. by nicm · 8 years ago
  79. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  80. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  81. 3408595 When a flag option is used in a format, it should use the number form by nicm · 8 years ago
  82. 68db958 getopt() has a struct option so just return to using options_entry. by nicm · 8 years ago
  83. 2b0bc9f Major tidy up and rework of options tree and set-option/show-options by nicm · 8 years ago
  84. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  85. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  86. 3cf19d6 Key running commands for #() by the unexpanded command, and run them by nicm · 8 years ago
  87. 3f35b52 Provide a way for hooks to tag formats onto the commands they fire so by nicm · 8 years ago
  88. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  89. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  90. 5c49e1d Some other stuff that can be local to one file. by nicm · 8 years ago
  91. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  92. 95a4cc3 Use a fixed buffer for strftime() because there is no portable way to by nicm · 8 years ago
  93. 0d84fdd Final parts of command hooks, add before- and after- hooks to each command. by nicm · 8 years ago
  94. 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
  95. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  96. 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
  97. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  98. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  99. 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
  100. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago