summaryrefslogtreecommitdiffstats
path: root/server-client.c
AgeCommit message (Expand)Author
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
2020-05-22Merge branch 'obsd-master'Thomas Adam
2020-05-22FocusIn keys can also update the latest client, like normal keys.nicm
2020-05-22Merge branch 'obsd-master'Thomas Adam
2020-05-22Move client offset stuff into control.c since only control clients willnicm
2020-05-21Merge branch 'obsd-master'Thomas Adam
2020-05-21Support code for control mode flow control: allow clients to havenicm
2020-05-16Move lazy resize from the pane to the window, there is no point innicm
2020-05-16Add a client flag 'active-pane' which stores the active pane in thenicm
2020-05-16Expand target from client and use it to expand the prompt.nicm
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running anicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Change the existing client flags for control mode to apply for anynicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Improve command prompt completion:nicm
2020-05-16Do not redraw or update mode if nothing has changed.nicm
2020-05-16Move lazy resize from the pane to the window, there is no point in resizing theNicholas Marriott
2020-05-15Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott
2020-05-15Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott
2020-05-14Add a client flag 'active-pane' which stores the active pane in the client andNicholas Marriott
2020-05-13Use safe loop for freeing client files.Nicholas Marriott
2020-05-10Fix comparison of tty name.Nicholas Marriott
2020-05-10Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott
2020-05-06Change message log to be per server rather than per client and include everyNicholas Marriott
2020-05-05Change the existing client flags for control mode to apply for any client, useNicholas Marriott
2020-05-02menu_mode_cb needs to return a screen also.Nicholas Marriott
2020-05-01Get the whole overlay screen not just the mode so cursor changes are included.Nicholas Marriott