- 047c011 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 2 years, 9 months ago
- 649685f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2750195 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
- 2e59ff2 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
- 60688af Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- e8d6d53 MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
- dc07469 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2be5488 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- d54b18c Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
- fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
- 0fd01f8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
- a9b8809 Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
- 88d9a8f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 818b217 Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago
- 722f395 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
- c7c7e87 No not allow static linking on macOS. by Nicholas Marriott · 2 years, 9 months ago
- 85ef735 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 5076beb Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
- 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
- df68139 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 0401645 Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 9 months ago
- c67abcf Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 07e2d88 Use ACS for pane border indicators so they work with different line by nicm · 2 years, 10 months ago
- 784d6a3 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- c0598e2 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 3276f0c Adjust size given to resize-pane for pane status line, GitHub issue 3050. by nicm · 2 years, 10 months ago
- 948d2fa Use format_draw for command prompt prefix to allow styles, GitHub issue 3054. by nicm · 2 years, 10 months ago
- 1fdec20 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 375f6c9 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 57396b5 Update CHANGES. by Nicholas Marriott · 2 years, 10 months ago
- c401c91 Update focus when active pane changes after pane destroyed. by nicm · 2 years, 10 months ago
- 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
- a5cf7a9 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 2 years, 10 months ago
- a4f336a Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
- 1b7afd5 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- 7a4ba6d Mention that if-shell and #() use /bin/sh. by nicm · 2 years, 10 months ago
- 770d28b Do not overflow width when not enough space. by nicm · 2 years, 10 months ago
- 6c0397f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 10 months ago
- a6b361e Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue 3038. by nicm · 2 years, 10 months ago
- 28b6237 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
- e5e4df7 Mention alternate config files, from Daniel Augusto in GitHub issue 3023. by Nicholas Marriott · 2 years, 11 months ago
- b2b94dc Ignore windows without a size set (may be used for pane only), from by nicm · 2 years, 11 months ago
- 080079c Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
- e6e3c75 Try to turn on less-capable mouse modes when turning on more-capable, to by nicm · 2 years, 11 months ago
- 47923bd Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
- 9aad945 Support underscore style with capture-pane -e, GitHub issue 2928. by nicm · 2 years, 11 months ago
- 9c82ff1 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
- ff64aaf ARM's Morello CHERI architecture does not support pointers in packed by nicm · 2 years, 11 months ago
- ba9b936 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 11 months ago
- e4856de Do not crash on a zero size character. by nicm · 2 years, 11 months ago
- 70d330a Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
- c6149ad Make pane-border-format a pane option, GitHub issue 2999. by nicm · 2 years, 12 months ago
- 5c5712b Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
- 8941dbe Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
- 9c1633a Missed unlinked control notifications, GitHub issue 2996. by nicm · 2 years, 12 months ago
- 1f9aad2 Mention XParseColor(3) for the cursor colour escape sequence. by nicm · 2 years, 12 months ago
- db3aabc Add a NOBLOCK flag rather than adding amount to wait for when by nicm · 2 years, 12 months ago
- 138ffc7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
- d721fb2 Respond to OSC 4 query. by nicm · 2 years, 12 months ago
- 7532a5c sys/signal.h (or some master include) must happen before sys/proc.h, which by deraadt · 2 years, 12 months ago
- 71c3234 Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h) by deraadt · 2 years, 12 months ago
- ef676e1 Remove fallback for wcwidth failure, GitHub issue 3003. by Nicholas Marriott · 2 years, 12 months ago
- ecac73f Fix g/G keys to be in line with copy mode. by nicm · 2 years, 12 months ago
- 8fccbbb Do not dereference NULL window when resizing client, GitHub issue 2982. by nicm · 2 years, 12 months ago
- 333cf64 Bump response timer to three seconds, GitHub issue 2984. by nicm · 2 years, 12 months ago
- add03df Fix user option lookup ordering. by nicm · 2 years, 12 months ago
- b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
- cb8a0d8 If automatic-rename is off, allow the escape sequence to set an empty by nicm · 3 years ago
- 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years ago
- 10b3cd1 OS X -> macOS, from J Lewis Muir. by Nicholas Marriott · 3 years ago
- 8f1cc0e Fix mandoc HTML rendering for command aliases by kn · 3 years, 1 month ago
- 77fc7ac Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
- 1fc0d1b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 200b653 fatalx on unknown enum members in a couple of places, from Ben Boeckel. by nicm · 3 years, 1 month ago
- 7d330c1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 774903f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
- 4fe5aa9 Fix a comparison, from Ben Boeckel, and a crash when opening completion by nicm · 3 years, 1 month ago
- c769043 Spelling, from someone in GitHub issue 2958. by Nicholas Marriott · 3 years, 1 month ago
- 60cacdf Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 4acad43 Do not force the cursor to move if it is in the automargin space at EOL by nicm · 3 years, 1 month ago
- 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
- 76f5d33 Expand command as a format, GitHub issue 2920. by nicm · 3 years, 1 month ago
- c77924b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 9695114 Accept some emacs control keys in vi normal mode, from Alexis by nicm · 3 years, 1 month ago
- 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
- 6f46f71 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
- eb82ad5 Missing Pp, from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
- 3934d9b Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
- 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
- 619d934 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
- 9b4148b For open/openat, if the flags parameter does not contain O_CREAT, the by deraadt · 3 years, 1 month ago
- 5071b82 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago