aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
* Some style nits.Nicholas Marriott2022-04-06
* Add an ACL list for users connecting to the tmux socket. Users may be forbiddenNicholas Marriott2022-04-06
* Merge branch 'obsd-master' into masterThomas Adam2022-03-24
|\
| * Add a capability for OSC 7 and use it similarly to how the title is setnicm2022-03-24
* | Merge branch 'obsd-master' into masterThomas Adam2022-03-08
|\|
| * Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm2022-03-08
* | Merge branch 'obsd-master' into masterThomas Adam2022-02-16
|\|
| * Support more mouse buttons when the terminal sends them, GitHub issuenicm2022-02-16
* | Merge branch 'obsd-master' into masterThomas Adam2021-12-07
|\|
| * Leave the hardware cursor at the position of the selected line in choosenicm2021-11-15
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-28
|\|
| * Allow detach even if suspend flag set, GitHub issue 2932.nicm2021-10-28
* | Merge branch 'obsd-master' into masterThomas Adam2021-10-11
|\|
| * Make positions hidden by overlays range-based rather than character-based,nicm2021-10-11
* | Merge branch 'obsd-master' into masterThomas Adam2021-09-27
|\|
| * Do not call recalculate_sizes while clearing a client session because itnicm2021-09-27
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-27
|\|
| * Replace %% in command lists (by copying them) for template arguments ,nicm2021-08-27
| * Allow control mode clients to set a hard limit on the window width andnicm2021-08-27
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-22
|\|
| * Do not double free expanded path in source-file, also remove somenicm2021-08-22
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-21
|\|
| * Stop caring about empty commands, just treat as a null command.nicm2021-08-21
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Remove some unnecessary blank lines.nicm2021-08-20
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-20
|\|
| * Remove stray spaces after function names.nicm2021-08-20
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-14
|\|
| * Add a menu when a popup is present (mouse only for now).nicm2021-08-13
| * Change focus to be driven by events rather than walking all panes at endnicm2021-08-13
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-05
|\|
| * Do not freeze output in panes when a popup is open, let them continue tonicm2021-08-05
* | Merge branch 'obsd-master' into masterThomas Adam2021-08-04
|\|
| * Add a client-active hook, from ncfavier in GitHub issue 2803.nicm2021-08-04
* | Merge branch 'obsd-master' into masterThomas Adam2021-07-21
|\|
| * Do not close popups on resize, instead adjust them to fit, from Anindyanicm2021-07-21
| * Improve logging of screen mode changes.nicm2021-06-10
| * Change resize timers and flags into one timer and a queue which isnicm2021-06-10
| * Adjust latest client when a client detaches, GitHub issue 2657.nicm2021-06-10
* | Improve logging of screen mode changes.Nicholas Marriott2021-04-30
* | Change resize timers and flags into one timer and a queue to fix problems withNicholas Marriott2021-04-28
* | Adjust latest client when a client detaches, GitHub issue 2657.Nicholas Marriott2021-04-16
* | Merge branch 'obsd-master' into masterThomas Adam2021-04-12
|\|
| * Add a flag to disable keys to close a message, GitHub issue 2625.nicm2021-04-12
* | Merge branch 'obsd-master' into masterThomas Adam2021-04-05
|\|
| * Move client-detached into server_client_lost so it is fired even if anicm2021-04-05
* | Merge branch 'obsd-master' into masterThomas Adam2021-02-17
|\|
| * Move the call to setupterm() into the client and have it pass thenicm2021-02-17
* | Merge branch 'obsd-master' into masterThomas Adam2021-02-17
|\|
| * Move file handling protocol stuff all into file.c so it can be reusednicm2021-02-11