1. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  2. 98cd8e4 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
  3. a731b1a Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
  4. 7d4224f Allow optional arguments. by nicm · 2 years, 9 months ago
  5. f39a71a Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 2 years, 9 months ago
  6. 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
  7. 2e59ff2 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
  8. e8d6d53 MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
  9. d54b18c Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
  10. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  11. 0fd01f8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
  12. a9b8809 Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
  13. 818b217 Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago
  14. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  15. 5076beb Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
  16. f852086 Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 9 months ago
  17. 0401645 Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 9 months ago
  18. 07e2d88 Use ACS for pane border indicators so they work with different line by nicm · 2 years, 10 months ago
  19. 3276f0c Adjust size given to resize-pane for pane status line, GitHub issue 3050. by nicm · 2 years, 10 months ago
  20. 948d2fa Use format_draw for command prompt prefix to allow styles, GitHub issue 3054. by nicm · 2 years, 10 months ago
  21. c401c91 Update focus when active pane changes after pane destroyed. by nicm · 2 years, 10 months ago
  22. 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
  23. 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 2 years, 10 months ago
  24. 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
  25. 7a4ba6d Mention that if-shell and #() use /bin/sh. by nicm · 2 years, 10 months ago
  26. 770d28b Do not overflow width when not enough space. by nicm · 2 years, 10 months ago
  27. a6b361e Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue 3038. by nicm · 2 years, 10 months ago
  28. b2b94dc Ignore windows without a size set (may be used for pane only), from by nicm · 2 years, 11 months ago
  29. e6e3c75 Try to turn on less-capable mouse modes when turning on more-capable, to by nicm · 2 years, 11 months ago
  30. 9aad945 Support underscore style with capture-pane -e, GitHub issue 2928. by nicm · 2 years, 11 months ago
  31. ff64aaf ARM's Morello CHERI architecture does not support pointers in packed by nicm · 2 years, 11 months ago
  32. e4856de Do not crash on a zero size character. by nicm · 2 years, 11 months ago
  33. c6149ad Make pane-border-format a pane option, GitHub issue 2999. by nicm · 2 years, 12 months ago
  34. 9c1633a Missed unlinked control notifications, GitHub issue 2996. by nicm · 2 years, 12 months ago
  35. 1f9aad2 Mention XParseColor(3) for the cursor colour escape sequence. by nicm · 2 years, 12 months ago
  36. db3aabc Add a NOBLOCK flag rather than adding amount to wait for when by nicm · 2 years, 12 months ago
  37. d721fb2 Respond to OSC 4 query. by nicm · 2 years, 12 months ago
  38. 7532a5c sys/signal.h (or some master include) must happen before sys/proc.h, which by deraadt · 2 years, 12 months ago
  39. 71c3234 Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h) by deraadt · 2 years, 12 months ago
  40. ecac73f Fix g/G keys to be in line with copy mode. by nicm · 2 years, 12 months ago
  41. 8fccbbb Do not dereference NULL window when resizing client, GitHub issue 2982. by nicm · 2 years, 12 months ago
  42. 333cf64 Bump response timer to three seconds, GitHub issue 2984. by nicm · 2 years, 12 months ago
  43. add03df Fix user option lookup ordering. by nicm · 2 years, 12 months ago
  44. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  45. cb8a0d8 If automatic-rename is off, allow the escape sequence to set an empty by nicm · 3 years ago
  46. 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years ago
  47. 8f1cc0e Fix mandoc HTML rendering for command aliases by kn · 3 years, 1 month ago
  48. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  49. 200b653 fatalx on unknown enum members in a couple of places, from Ben Boeckel. by nicm · 3 years, 1 month ago
  50. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  51. 4fe5aa9 Fix a comparison, from Ben Boeckel, and a crash when opening completion by nicm · 3 years, 1 month ago
  52. 4acad43 Do not force the cursor to move if it is in the automargin space at EOL by nicm · 3 years, 1 month ago
  53. 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
  54. 76f5d33 Expand command as a format, GitHub issue 2920. by nicm · 3 years, 1 month ago
  55. 9695114 Accept some emacs control keys in vi normal mode, from Alexis by nicm · 3 years, 1 month ago
  56. 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
  57. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  58. eb82ad5 Missing Pp, from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
  59. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  60. 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
  61. 9b4148b For open/openat, if the flags parameter does not contain O_CREAT, the by deraadt · 3 years, 1 month ago
  62. 8235957 Remove key and trim text if menu cannot fit in available space, based on by nicm · 3 years, 1 month ago
  63. 289ac55 Correctly adjust the end pointer for a two character terminator before by nicm · 3 years, 1 month ago
  64. 7bd9cdf Show error if user option doesn't exist, GitHub issue 2938. by nicm · 3 years, 1 month ago
  65. acba076 Remove a TODO comment. by nicm · 3 years, 1 month ago
  66. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  67. f26b8c5 Same as -N, don't send if 0 arguments and -R. by nicm · 3 years, 1 month ago
  68. 51ff77d Fix menu width containing disabled items, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
  69. 2c188ee Spacing fixes from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
  70. cc27a43 Remove duplicate options, spotted by Ricky Cintron. by nicm · 3 years, 1 month ago
  71. 537302f Do not send any key if -N flag is given even if no other arguments, by nicm · 3 years, 1 month ago
  72. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  73. d0ab1a8 When checking ranges in tty_cmd_cells, cannot use the tty cursor by nicm · 3 years, 1 month ago
  74. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  75. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
  76. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
  77. 7800a43 remove extra .El; by jmc · 3 years, 2 months ago
  78. 50a77f4 Add tags for command aliases by kn · 3 years, 2 months ago
  79. 5f63181 Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. by nicm · 3 years, 2 months ago
  80. 9574496 Handle splitw -I correctly when used from an attached client, GitHub issue 2917. by nicm · 3 years, 2 months ago
  81. 5359b76 Do not reset cursor to default if it has never been changed, fixes by nicm · 3 years, 2 months ago
  82. da05d05 Fix some warnings. by nicm · 3 years, 2 months ago
  83. e06a4e0 Set mouse_x and mouse_y on the status line, GitHub issue 2913. by nicm · 3 years, 2 months ago
  84. 9f6164a Make send-keys without any arguments send the key it is bound to (if by nicm · 3 years, 2 months ago
  85. 9b1fdb2 Separate "very visible" flag from blinking flag, it should not affect by nicm · 3 years, 2 months ago
  86. 3d5a02b Do not try to use NULL time values. by nicm · 3 years, 2 months ago
  87. 68c8905 Do not call recalculate_sizes while clearing a client session because it by nicm · 3 years, 2 months ago
  88. 257e9ba Fix command prompt with multiple prompts (add the result onto the list by nicm · 3 years, 2 months ago
  89. c4b969c Do not destroy sessions twice, GitHub issue 2889. by nicm · 3 years, 2 months ago
  90. 3c3d371 Fix run-shell -d with no command, GitHub issue 2885. by nicm · 3 years, 2 months ago
  91. a19cac5 For the moment, restore if-shell and run-shell to parsing at the last by nicm · 3 years, 2 months ago
  92. e6b40cb Do fatal/fatalx a different way so the compiler trick to avoid warnings by nicm · 3 years, 2 months ago
  93. 33ac7a3 Get rid of the last two warnings by turning them off around the problem by nicm · 3 years, 2 months ago
  94. 5cdc1bd Disable aliases inside aliases for the moment. by nicm · 3 years, 2 months ago
  95. 768fb90 Keep -? as usage. by nicm · 3 years, 2 months ago
  96. a0b39db Turn on both button and all mouse modes for menus since some terminals by nicm · 3 years, 2 months ago
  97. 34312fd Expand argument to run-shell again. by nicm · 3 years, 3 months ago
  98. 5a4b2fd Fix parsing of aliases again (GitHub issue 2842), also make argument by nicm · 3 years, 3 months ago
  99. 329c2c2 Change copying arguments to that flags without arguments are inserted by nicm · 3 years, 3 months ago
  100. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago