1. 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 2 years, 12 months ago
  2. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 2 years, 12 months ago
  3. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years ago
  4. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years ago
  5. e463e86 Remove stray spaces after function names. by nicm · 3 years, 2 months ago
  6. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 4 months ago
  7. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 6 months ago
  8. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 6 months ago
  9. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 3 months ago
  10. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 4 months ago
  11. 292b335 Separate key flags and modifiers, log key flags, make the "xterm" flag by nicm · 4 years, 5 months ago
  12. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 5 months ago
  13. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 5 months ago
  14. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 5 months ago
  15. 4de0bd4 Add M-+ and M-- to expand and collapse all items in tree mode. by nicm · 4 years, 5 months ago
  16. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 5 months ago
  17. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 5 months ago
  18. 899b3d2 Indicate the marked pane in choose mode in reverse and add key to set by nicm · 4 years, 6 months ago
  19. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 6 months ago
  20. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 6 months ago
  21. 7bbca49 Fix positioning of menu in choose modes and a couple of keys in tree mode. by nicm · 4 years, 7 months ago
  22. dcf41ec Do not crash in tree modes if the pane is only 1 in width, reported by by nicm · 4 years, 10 months ago
  23. 37583f0 Add a flag to reverse sort in the various choose modes, from Benjamin by nicm · 5 years ago
  24. bf6d1ae Add a few vi(1) key aliases, from D Ben Knoble. by nicm · 5 years ago
  25. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  26. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  27. 65e5e14 Fix the intended ordering of items in buffer mode - it should not always by nicm · 5 years ago
  28. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 5 years ago
  29. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 5 years ago
  30. 00f19b7 Fix some indentation and dead assignments. by nicm · 5 years ago
  31. a131655 Add simple menus to tree, client, buffer modes. by nicm · 5 years ago
  32. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  33. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  34. 86e648d Allow style #[] in mode formats. by nicm · 6 years ago
  35. 6048b0f Make key trees and some other bits static. by nicm · 6 years ago
  36. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  37. 4d72b8f C-g for modes too, from Mike Hamrick. by nicm · 7 years ago
  38. 0817132 Show if filter is active/no matches in modes. by nicm · 7 years ago
  39. a2681ff Clear key properly if on space with nothing in it. by nicm · 7 years ago
  40. 50a5f84 Support mouse on preview in tree mode. by nicm · 7 years ago
  41. ba93a64 Change mouse in modes so that one click moves the cursor and a double by nicm · 7 years ago
  42. 43264df Make the mode draw function use the parent screen directly rather than by nicm · 7 years ago
  43. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 7 years ago
  44. 78ae4ee h/l keys for expand and collapse. by nicm · 7 years ago
  45. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 7 years ago
  46. 6e5121b Clear to end of line properly with UTF-8 present. by nicm · 7 years ago
  47. 99351c9 Add C-n and C-p keys for tree mode, and choose the right initial line by nicm · 7 years ago
  48. f56f09e Fix a few errors in how the selected line is chosen after resize, by nicm · 7 years ago
  49. fccfc4e Do not allow the current line of screen when the preview is toggled, by nicm · 7 years ago
  50. 08b1251 Key (v) and flag (-N) to toggle preview in choose modes. by nicm · 7 years ago
  51. 8b84fc1 Line up keys in tree mode, and don't expand windows with one pane. From by nicm · 7 years ago
  52. bedf8bd Handle 0 size of preview box in caller. by nicm · 7 years ago
  53. adcd5af Extend filters (f key) to buffer and client mode and add -f flag to by nicm · 7 years ago
  54. bab4da5 Add -O option to choose-* to set initial sort order. by nicm · 7 years ago
  55. 356fab7 Return 1 if name matches not 0, also fix some spaces. by nicm · 7 years ago
  56. 405cc33 Add simple searching (C-s and n) to the various choose modes: by name by nicm · 7 years ago
  57. 2f04108 Do not leak command, from David CARLIER. by nicm · 7 years ago
  58. aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago