1. 759f949 Need a declaration for getpeereid also. by Nicholas Marriott · 2 years, 9 months ago
  2. f1d8724 Add getpeerid compat. by Nicholas Marriott · 2 years, 9 months ago
  3. 367ee79 Remove unnecessary declarations. by Nicholas Marriott · 2 years, 9 months ago
  4. d5a84de Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
  5. 355ced9 Allow optional arguments. by nicm · 2 years, 9 months ago
  6. bc0bd82 Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 2 years, 9 months ago
  7. 141a823 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 2 years, 9 months ago
  8. 42e7959 Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
  9. 9947f74 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
  10. c030d6f MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
  11. 0465308 Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
  12. a26ebcc Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  13. 92a26a8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
  14. f74a98c Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
  15. 4893edd Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago
  16. 6a0a783 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  17. 7f40c5b No not allow static linking on macOS. by Nicholas Marriott · 2 years, 9 months ago
  18. eabbc80 Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 10 months ago
  19. 190b88f Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 10 months ago
  20. 2adbe3e Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 10 months ago
  21. 9efa419 Use ACS for pane border indicators so they work with different line by nicm · 2 years, 10 months ago
  22. 921be61 Adjust size given to resize-pane for pane status line, GitHub issue 3050. by nicm · 2 years, 10 months ago
  23. 53ee4f0 Merge branch 'master' into 3.3-rc by Nicholas Marriott · 2 years, 10 months ago
  24. c0598e2 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  25. 948d2fa Use format_draw for command prompt prefix to allow styles, GitHub issue 3054. by nicm · 2 years, 10 months ago
  26. 1fdec20 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  27. 375f6c9 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  28. b46abeb 3.3-rc. by Nicholas Marriott · 2 years, 10 months ago
  29. 57396b5 Update CHANGES. by Nicholas Marriott · 2 years, 10 months ago
  30. c401c91 Update focus when active pane changes after pane destroyed. by nicm · 2 years, 10 months ago
  31. 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
  32. a5cf7a9 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  33. 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 2 years, 10 months ago
  34. a4f336a Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  35. 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
  36. 1b7afd5 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  37. 7a4ba6d Mention that if-shell and #() use /bin/sh. by nicm · 2 years, 10 months ago
  38. 770d28b Do not overflow width when not enough space. by nicm · 2 years, 10 months ago
  39. 6c0397f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
  40. a6b361e Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue 3038. by nicm · 2 years, 10 months ago
  41. 28b6237 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
  42. e5e4df7 Mention alternate config files, from Daniel Augusto in GitHub issue 3023. by Nicholas Marriott · 2 years, 11 months ago
  43. b2b94dc Ignore windows without a size set (may be used for pane only), from by nicm · 2 years, 11 months ago
  44. 080079c Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
  45. e6e3c75 Try to turn on less-capable mouse modes when turning on more-capable, to by nicm · 2 years, 11 months ago
  46. 47923bd Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
  47. 9aad945 Support underscore style with capture-pane -e, GitHub issue 2928. by nicm · 2 years, 11 months ago
  48. 9c82ff1 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
  49. ff64aaf ARM's Morello CHERI architecture does not support pointers in packed by nicm · 2 years, 11 months ago
  50. ba9b936 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
  51. e4856de Do not crash on a zero size character. by nicm · 2 years, 11 months ago
  52. 70d330a Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  53. c6149ad Make pane-border-format a pane option, GitHub issue 2999. by nicm · 2 years, 12 months ago
  54. 5c5712b Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  55. 8941dbe Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  56. 9c1633a Missed unlinked control notifications, GitHub issue 2996. by nicm · 2 years, 12 months ago
  57. 1f9aad2 Mention XParseColor(3) for the cursor colour escape sequence. by nicm · 2 years, 12 months ago
  58. db3aabc Add a NOBLOCK flag rather than adding amount to wait for when by nicm · 2 years, 12 months ago
  59. 138ffc7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  60. d721fb2 Respond to OSC 4 query. by nicm · 2 years, 12 months ago
  61. 7532a5c sys/signal.h (or some master include) must happen before sys/proc.h, which by deraadt · 2 years, 12 months ago
  62. 71c3234 Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h) by deraadt · 2 years, 12 months ago
  63. ef676e1 Remove fallback for wcwidth failure, GitHub issue 3003. by Nicholas Marriott · 2 years, 12 months ago
  64. ecac73f Fix g/G keys to be in line with copy mode. by nicm · 2 years, 12 months ago
  65. 8fccbbb Do not dereference NULL window when resizing client, GitHub issue 2982. by nicm · 2 years, 12 months ago
  66. 333cf64 Bump response timer to three seconds, GitHub issue 2984. by nicm · 2 years, 12 months ago
  67. add03df Fix user option lookup ordering. by nicm · 2 years, 12 months ago
  68. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  69. cb8a0d8 If automatic-rename is off, allow the escape sequence to set an empty by nicm · 3 years, 1 month ago
  70. 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years, 1 month ago
  71. 10b3cd1 OS X -> macOS, from J Lewis Muir. by Nicholas Marriott · 3 years, 1 month ago
  72. 8f1cc0e Fix mandoc HTML rendering for command aliases by kn · 3 years, 1 month ago
  73. 77fc7ac Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  74. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  75. 1fc0d1b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  76. 200b653 fatalx on unknown enum members in a couple of places, from Ben Boeckel. by nicm · 3 years, 1 month ago
  77. 7d330c1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  78. 774903f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  79. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  80. 4fe5aa9 Fix a comparison, from Ben Boeckel, and a crash when opening completion by nicm · 3 years, 1 month ago
  81. c769043 Spelling, from someone in GitHub issue 2958. by Nicholas Marriott · 3 years, 1 month ago
  82. 60cacdf Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  83. 4acad43 Do not force the cursor to move if it is in the automargin space at EOL by nicm · 3 years, 1 month ago
  84. 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
  85. 76f5d33 Expand command as a format, GitHub issue 2920. by nicm · 3 years, 1 month ago
  86. c77924b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  87. 9695114 Accept some emacs control keys in vi normal mode, from Alexis by nicm · 3 years, 1 month ago
  88. 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
  89. 6f46f71 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  90. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  91. eb82ad5 Missing Pp, from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
  92. 3934d9b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  93. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  94. 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
  95. 619d934 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  96. 9b4148b For open/openat, if the flags parameter does not contain O_CREAT, the by deraadt · 3 years, 1 month ago
  97. 5071b82 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  98. 8235957 Remove key and trim text if menu cannot fit in available space, based on by nicm · 3 years, 1 month ago
  99. be24132 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  100. 289ac55 Correctly adjust the end pointer for a two character terminator before by nicm · 3 years, 1 month ago