aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-06-01
|\
| * Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* | Merge branch 'obsd-master'Thomas Adam2020-05-26
|\|
| * Pass the stdout file descriptor from the client as well as stdin and usenicm2020-05-26
* | Merge branch 'obsd-master'Thomas Adam2020-05-24
|\|
| * Remove leftover call to control_free_offsets and do not use fornicm2020-05-24
* | Merge branch 'obsd-master'Thomas Adam2020-05-24
|\|
| * Give control code its own state struct.nicm2020-05-24
| * Now the tty has a pointer back to the client there is no point (and anicm2020-05-24
* | Merge branch 'obsd-master'Thomas Adam2020-05-22
|\|
| * FocusIn keys can also update the latest client, like normal keys.nicm2020-05-22
* | Merge branch 'obsd-master'Thomas Adam2020-05-22
|\|
| * Move client offset stuff into control.c since only control clients willnicm2020-05-22
* | Merge branch 'obsd-master'Thomas Adam2020-05-21
|\|
| * Support code for control mode flow control: allow clients to havenicm2020-05-21
| * Move lazy resize from the pane to the window, there is no point innicm2020-05-16
| * Add a client flag 'active-pane' which stores the active pane in thenicm2020-05-16
| * Expand target from client and use it to expand the prompt.nicm2020-05-16
| * Add a -D flag to ask tmux not to daemonize, useful both for running anicm2020-05-16
| * Change message log to be per server rather than per client and includenicm2020-05-16
| * Change the existing client flags for control mode to apply for anynicm2020-05-16
| * Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
| * Improve command prompt completion:nicm2020-05-16
| * Do not redraw or update mode if nothing has changed.nicm2020-05-16
* | Move lazy resize from the pane to the window, there is no point in resizing theNicholas Marriott2020-05-16
* | Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott2020-05-15
* | Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott2020-05-15
* | Add a client flag 'active-pane' which stores the active pane in the client andNicholas Marriott2020-05-14
* | Use safe loop for freeing client files.Nicholas Marriott2020-05-13
* | Fix comparison of tty name.Nicholas Marriott2020-05-10
* | Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott2020-05-10
* | Change message log to be per server rather than per client and include everyNicholas Marriott2020-05-06
* | Change the existing client flags for control mode to apply for any client, useNicholas Marriott2020-05-05
* | menu_mode_cb needs to return a screen also.Nicholas Marriott2020-05-02
* | Get the whole overlay screen not just the mode so cursor changes are included.Nicholas Marriott2020-05-01
* | Improve command prompt completion:Nicholas Marriott2020-04-29
* | Do not update mode until actually drawing something.Nicholas Marriott2020-04-24
* | Move terminal features into a single file.Nicholas Marriott2020-04-24
* | Merge branch 'obsd-master'Thomas Adam2020-04-21
|\|
| * Turn off the block flag to reset the state or the cursor will not benicm2020-04-21
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Change how sync works to always send the end sequence after all outputnicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Also redraw panes which aren't pane 0. Problem reported by tb@.nicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Need to check for pane redrawing even if just the window flag is setnicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-19
|\|
| * The PANE_REDRAW flag bit might be needed by other panes so we can'tnicm2020-04-18