summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/server-client.c
AgeCommit message (Expand)Author
4 daysWhen the mouse clicked on the border between two horizontal panes, theNicholas Marriott
9 daysAdd no-detach-on-destroy client option (useful for control modeNicholas Marriott
9 daysAdd two new style parameters, width and pad, which apply to scrollbars.Nicholas Marriott
10 daysTurn off scrollbar when pane is in alternate screen, from Michael Grant,Nicholas Marriott
13 daysMouse support on the scrollbars, from Michael Grant.Nicholas Marriott
2024-11-05Add support for a scrollbar at the side of each pane. New optionsNicholas Marriott
2024-10-08Put the prompt cursor attributes into the status line screen and useNicholas Marriott
2024-10-07Add prompt-cursor-colour and prompt-cursor-style to set the style of theNicholas Marriott
2024-10-07Add initial-repeat-time option to allow the first repeat time to beNicholas Marriott
2024-10-05Send focus events to pane when entering or leaving popup, GitHub issueNicholas Marriott
2024-10-01Change pasting to bypass the output key processing entirely and writeNicholas Marriott
2024-09-16Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.Nicholas Marriott
2024-09-11Mouse move keys are not useful as key bindings because we do not turnNicholas Marriott
2024-08-27Do not reset mouse pane if clicked on status line, it may have been setNicholas Marriott
2024-08-26Client flags was changed to uint64_t a while ago, fix a few cases whereNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdClaudio Jeker
2023-12-27Remove flags from the prefix before comparing with the received key soNicholas Marriott
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-08-17Add a session, pane and user mouse range types for the status line andNicholas Marriott
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.Nicholas Marriott
2023-01-16Mark keys sent by command and skip paste handling for them.Nicholas Marriott
2023-01-12Have tmux recognise pasted texts wrapped in bracket paste sequences,Nicholas Marriott
2022-07-19Do not ignore the "off" flag when checking if a pane should be stopped,Nicholas Marriott
2022-07-06Defer reading from control client until the command line command hasNicholas Marriott
2022-05-30Spacing/style nits.Nicholas Marriott
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may beNicholas Marriott
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setNicholas Marriott
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubNicholas Marriott
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issueNicholas Marriott
2021-11-15Leave the hardware cursor at the position of the selected line in chooseNicholas Marriott
2021-10-28Allow detach even if suspend flag set, GitHub issue 2932.Nicholas Marriott
2021-10-11Make positions hidden by overlays range-based rather than character-based,Nicholas Marriott
2021-09-27Do not call recalculate_sizes while clearing a client session because itNicholas Marriott
2021-08-27Replace %% in command lists (by copying them) for template arguments ,Nicholas Marriott
2021-08-27Allow control mode clients to set a hard limit on the window width andNicholas Marriott
2021-08-22Do not double free expanded path in source-file, also remove someNicholas Marriott
2021-08-21Stop caring about empty commands, just treat as a null command.Nicholas Marriott
2021-08-20Remove some unnecessary blank lines.Nicholas Marriott
2021-08-20Remove stray spaces after function names.Nicholas Marriott
2021-08-13Add a menu when a popup is present (mouse only for now).Nicholas Marriott
2021-08-13Change focus to be driven by events rather than walking all panes at endNicholas Marriott
2021-08-05Do not freeze output in panes when a popup is open, let them continue toNicholas Marriott
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.Nicholas Marriott
2021-07-21Do not close popups on resize, instead adjust them to fit, from AnindyaNicholas Marriott
2021-06-10Improve logging of screen mode changes.Nicholas Marriott
2021-06-10Change resize timers and flags into one timer and a queue which isNicholas Marriott
2021-06-10Adjust latest client when a client detaches, GitHub issue 2657.Nicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-05Move client-detached into server_client_lost so it is fired even if aNicholas Marriott