- a8da247 Clear marks when the search string changes. From Anindya Mukherjee, by nicm · 2 years, 4 months ago
- ee431d4 Do not ignore the "off" flag when checking if a pane should be stopped, by nicm · 2 years, 4 months ago
- 86dfbda Process modifiers as bits rather than using a switch, from Koichi Murase. by nicm · 2 years, 4 months ago
- 3c65475 Fix memory leak, from Gabriel Souza Franco. by nicm · 2 years, 4 months ago
- 1afe220 Show config errors on attach if they were not shown when the session by nicm · 2 years, 5 months ago
- a39827a Remove debugging code. by nicm · 2 years, 5 months ago
- 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 5 months ago
- dd602ea Mention whether time is creation/activity for sort orders. by nicm · 2 years, 5 months ago
- d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
- 9360e0e Sort panes by index not by ID, GitHub issue 3249. by nicm · 2 years, 5 months ago
- cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
- b22edcf Tweak previous - find end of style correctly. by nicm · 2 years, 5 months ago
- 786cff8 Do not expand single character format aliases inside #[] since they by nicm · 2 years, 5 months ago
- 9c89f7c Store time lines are scrolled into history and display in copy mode. by nicm · 2 years, 5 months ago
- a888ce9 Do not display configuration file errors in a pane when in control mode, by nicm · 2 years, 5 months ago
- d9f8485 Check cursor options when a pane is created, not just when they are changed. by nicm · 2 years, 5 months ago
- 7cee982 Keep cursor on selected item on menu (useful for blind people), GitHub by nicm · 2 years, 5 months ago
- 616bde0 kf* terminfo capabilities are poorly defined and rxvt uses them in a by nicm · 2 years, 5 months ago
- 42ddf02 Fix size of flags output buffer. by nicm · 2 years, 6 months ago
- 18a5835 Ignore OSC if the first argument is not properly terminated. by nicm · 2 years, 6 months ago
- ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 6 months ago
- c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 6 months ago
- 020c403 When picking a buffer because one isn't specified by the user, ignore by nicm · 2 years, 6 months ago
- 3edda3c Do not unintentionally turn off all mouse mode when button is also present. by nicm · 2 years, 6 months ago
- 18838fb Do not attempt to use client in config file (it will be NULL), GitHub by nicm · 2 years, 6 months ago
- 0f6227f When deleting or renaming a buffer and a buffer name is specified, by nicm · 2 years, 6 months ago
- 201a8d8 If escape-time is 0, force to 1 instead - not waiting at all is asking by nicm · 2 years, 6 months ago
- 74fb959 Add a missing space. by nicm · 2 years, 6 months ago
- 86a184b Trim menu item text correctly, GitHub issue 3197. by nicm · 2 years, 6 months ago
- 58c8ea1 Remove duplicates from completion list, GitHub issue 3178. by nicm · 2 years, 6 months ago
- 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
- 6a5d210 Set PWD so shells have a hint about the real path (this was done before by nicm · 2 years, 6 months ago
- 384f0ee Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. by nicm · 2 years, 6 months ago
- 006a529 Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. by nicm · 2 years, 6 months ago
- af1496b Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. by nicm · 2 years, 6 months ago
- 2b60ff5 If a mouse position was above the maximum supported by the normal mouse by nicm · 2 years, 6 months ago
- cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
- 20b0b38 iTerm2 has OSC 7, from Gregory Anders. by nicm · 2 years, 6 months ago
- 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
- af61181 Emit window-layout-changed on swap-pane, from George Nachman. by nicm · 2 years, 6 months ago
- 4ae2c64 Better error reporting when applying custom layouts. by nicm · 2 years, 6 months ago
- cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
- d4423dc Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. by nicm · 2 years, 7 months ago
- 65c0af7 Preserve CRLF flag when respawning. by nicm · 2 years, 8 months ago
- 2d9f4ca man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
- ded6955 Capture up to used size not available size for each line. by nicm · 2 years, 8 months ago
- 207b1bc Report error if creating socket fails with -D. by nicm · 2 years, 8 months ago
- 422fcd2 Fix exit message if creating socket fails. by nicm · 2 years, 8 months ago
- 938130b Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 2 years, 8 months ago
- 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
- 6a1706a Check scroll-on-clear for ED also. by nicm · 2 years, 8 months ago
- 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
- e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
- bfbe972 With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 2 years, 9 months ago
- cf217fa Fix user hooks (which are strings not arrays). by nicm · 2 years, 9 months ago
- a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
- ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
- 98cd8e4 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
- a731b1a Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
- 7d4224f Allow optional arguments. by nicm · 2 years, 9 months ago
- f39a71a Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 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
- e8d6d53 MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 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
- 818b217 Add a window-resized hook which is fired when the window is actually by nicm · 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
- 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
- 0401645 Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 9 months ago
- 07e2d88 Use ACS for pane border indicators so they work with different line by nicm · 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
- 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
- 97900d0 A menu must be shown on a client, so always give the client when adding by nicm · 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
- 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
- a6b361e Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue 3038. by nicm · 2 years, 10 months ago
- b2b94dc Ignore windows without a size set (may be used for pane only), from by nicm · 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
- 9aad945 Support underscore style with capture-pane -e, GitHub issue 2928. by nicm · 2 years, 11 months ago
- ff64aaf ARM's Morello CHERI architecture does not support pointers in packed by nicm · 2 years, 11 months ago
- e4856de Do not crash on a zero size character. by nicm · 2 years, 11 months ago
- c6149ad Make pane-border-format a pane option, GitHub issue 2999. by nicm · 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
- 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
- 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