Age | Commit message (Expand) | Author |
2024-10-25 | Allow tabs even on terminals without UTF-8, reported by jmc. | Nicholas Marriott |
2024-09-30 | On some Windows terminals, if TIOCWINSZ does not return xpixel and | Nicholas Marriott |
2024-08-04 | Make a little effort to treate CRLF as LF in config files. GitHub issue | Nicholas Marriott |
2024-08-04 | The Linux console has some bugs with bright colours. It seems likely | Nicholas Marriott |
2024-05-14 | Add missing time.h to tty.c (from Ismail Donmez), also remove some stray | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2023-04-25 | Tidy tparm wrapper functions to have more obvious names and check tparm | Nicholas Marriott |
2023-04-25 | Invalidate cached tty state after changing features since they may | Nicholas Marriott |
2023-03-27 | For passthrough, don't write to clients attached to different sessions, | Nicholas Marriott |
2023-01-12 | Have tmux recognise pasted texts wrapped in bracket paste sequences, | Nicholas Marriott |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2022-11-11 | Parse primary device attributes as well as secondary and add a SIXEL | Nicholas Marriott |
2022-08-15 | Add a Nobr terminfo capability to tell tmux the terminal does not use | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-06-03 | Do not unintentionally turn off all mouse mode when button is also present. | Nicholas Marriott |
2022-03-24 | Add a capability for OSC 7 and use it similarly to how the title is set | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-02-15 | Do not create a buffer from an OSC 52 response if we have not sent a | Nicholas Marriott |
2021-12-31 | Try to turn on less-capable mouse modes when turning on more-capable, to | Nicholas Marriott |
2021-12-10 | Add a NOBLOCK flag rather than adding amount to wait for when | Nicholas Marriott |
2021-12-06 | Do not dereference NULL window when resizing client, GitHub issue 2982. | Nicholas Marriott |
2021-11-29 | Bump response timer to three seconds, GitHub issue 2984. | Nicholas Marriott |
2021-11-03 | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | Nicholas Marriott |
2021-11-01 | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | Nicholas Marriott |
2021-10-28 | Do not force the cursor to move if it is in the automargin space at EOL | Nicholas Marriott |
2021-10-25 | Instead of setting the popup default colours in the draw callback, set | Nicholas Marriott |
2021-10-14 | When checking ranges in tty_cmd_cells, cannot use the tty cursor | Nicholas Marriott |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-10-06 | Do not reset cursor to default if it has never been changed, fixes | Nicholas Marriott |
2021-10-05 | Separate "very visible" flag from blinking flag, it should not affect | Nicholas Marriott |
2021-08-17 | calloc for confirm-before data since the item needs to start NULL. | Nicholas Marriott |
2021-08-17 | Be more sophisticated about enabling synchronized updates when there is | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-08-12 | Evaluate styles with the pane variables. | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-11 | OSC 52 can be long enough to make tmux think the output buffer is too | Nicholas Marriott |
2021-08-06 | Another minor fix - do not draw positions that are under the popup with | Nicholas Marriott |
2021-08-06 | Tweak previous not to replace complete characters with spaces. | Nicholas Marriott |
2021-08-06 | Correctly draw wide characters that are partially obscured. | Nicholas Marriott |
2021-08-05 | Do not freeze output in panes when a popup is open, let them continue to | Nicholas Marriott |
2021-06-10 | Do not clear region based on current cursor position, this is not | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Change cursor style handling so tmux understands which sequences contain | Nicholas Marriott |