summaryrefslogtreecommitdiffstats
path: root/server-client.c
AgeCommit message (Expand)Author
2021-06-10Change resize timers and flags into one timer and a queue to fix problems withNicholas Marriott
2021-06-10Adjust latest client when a client detaches, GitHub issue 2657.Nicholas Marriott
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-05Merge branch 'obsd-master' into masterThomas Adam
2021-04-05Move client-detached into server_client_lost so it is fired even if anicm
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-11Move file handling protocol stuff all into file.c so it can be reusednicm
2021-02-08Merge branch 'obsd-master' into masterThomas Adam
2021-02-08Include "focused" in client flags, from Dan Aloni in GitHub issue 2558.nicm
2021-01-18Merge branch 'obsd-master' into masterThomas Adam
2021-01-18Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
2020-12-03Merge branch 'obsd-master' into masterThomas Adam
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30With csh, a tmux client gets SIGTERM before SIGCONT when killed withnicm
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30There is no reason not to fire focus events when a pane is in a mode,nicm
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notnicm
2020-10-29Merge branch 'obsd-master'Thomas Adam
2020-10-28Do not require that there be no other clients before loading the config,nicm
2020-09-22Merge branch 'obsd-master'Thomas Adam
2020-09-22Fix warnings on some platforms with %llx and add a new message to handlenicm
2020-08-05Merge branch 'obsd-master'Thomas Adam
2020-08-05Change searching to behave more like emacs and so that regex searchingnicm
2020-07-06Merge branch 'obsd-master'Thomas Adam
2020-07-06Add a way for control mode clients to subscribe to a format and benicm
2020-06-18Merge branch 'obsd-master'Thomas Adam
2020-06-18Add a flag to make a client wait for an empty line before exiting innicm
2020-06-10Merge branch 'obsd-master'Thomas Adam
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm
2020-06-05Merge branch 'obsd-master'Thomas Adam
2020-06-05Change how panes are resized so that the code is clearer and if the panenicm
2020-06-05Merge branch 'obsd-master'Thomas Adam
2020-06-05Add support for pausing a pane when the output buffered for a controlnicm
2020-06-02Merge branch 'obsd-master'Thomas Adam
2020-06-02Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm
2020-06-01Check the right thing for maximum client buffer size.nicm
2020-06-01Merge branch 'obsd-master'Thomas Adam
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-05-26Merge branch 'obsd-master'Thomas Adam
2020-05-26Pass the stdout file descriptor from the client as well as stdin and usenicm
2020-05-24Merge branch 'obsd-master'Thomas Adam
2020-05-24Remove leftover call to control_free_offsets and do not use fornicm
2020-05-24Merge branch 'obsd-master'Thomas Adam
2020-05-24Give control code its own state struct.nicm
2020-05-24Now the tty has a pointer back to the client there is no point (and anicm