aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2019-03-14
|\|
| * Accept 0 time as a shorthand for now to format_expand_time.nicm2019-03-14
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2019-03-07
|\|
| * Add a separate mode struct for the active window mode if any.nicm2019-03-07
* | Merge branch 'obsd-master'Thomas Adam2019-02-16
|\|
| * Use starting client cwd in config file, GitHub issue 1606.nicm2019-02-16
* | Merge branch 'obsd-master'Thomas Adam2018-12-18
|\|
| * Pass window into mode functions.nicm2018-12-18
* | Merge branch 'obsd-master'Thomas Adam2018-11-19
|\|
| * evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-19
* | Merge branch 'obsd-master'Thomas Adam2018-11-07
|\|
| * If a non-repeating key is used when repeating, it should be treated asnicm2018-11-07
| * Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* | x,y -> px,py.Nicholas Marriott2018-09-11
* | Merge branch 'obsd-master'Thomas Adam2018-09-11
|\|
| * Do not check for mouse events on pane borders when zoomed, based on anicm2018-09-11
* | Merge branch 'obsd-master'Thomas Adam2018-08-29
|\|
| * Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
* | Merge branch 'obsd-master'Thomas Adam2018-08-22
|\|
| * Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
* | The stored mouse position should not include the status line offset if any.Nicholas Marriott2018-08-21
* | Only screen-redraw.c needs to adjust for message or prompt when theNicholas Marriott2018-08-20
* | Support for windows larger than the client.Nicholas Marriott2018-08-20
* | Merge branch 'obsd-master'Thomas Adam2018-08-19
|\|
| * Add a flag to force redrawing of the status line even if the contentnicm2018-08-19
* | Merge branch 'obsd-master'Thomas Adam2018-08-19
|\|
| * Add a client redraw-window flag instead of the redraw-all flag and fornicm2018-08-19
* | Merge branch 'obsd-master'Thomas Adam2018-08-18
|\|
| * SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* | Merge branch 'obsd-master'Thomas Adam2018-08-02
|\|
| * Make key trees and some other bits static.nicm2018-08-02
* | Merge branch 'obsd-master'Thomas Adam2018-07-17
|\|
| * When a key isn't in the first table, we need to try the same key againnicm2018-07-17
* | Merge branch 'obsd-master'Thomas Adam2018-07-16
|\|
| * Add an "Any" key to run a command if a key is pressed that is not boundnicm2018-07-16
* | Merge branch 'obsd-master'Thomas Adam2018-07-04
|\|
| * Add pane focus hooks.nicm2018-07-04
* | Merge branch 'obsd-master'Thomas Adam2018-05-24
|\|
| * Make server_client_get_cwd used (almost) everywhere we need to work outnicm2018-05-24
* | Merge branch 'obsd-master'Thomas Adam2018-03-08
|\|
| * Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
* | Merge branch 'obsd-master'Thomas Adam2018-02-22
|\|
| * Check prefix when retrying so it is checked while repeat flag isnicm2018-02-22
* | Merge branch 'obsd-master'Thomas Adam2018-02-05
|\|
| * Add struct status_line to hold status line members of struct client, notnicm2018-02-05
* | Merge branch 'obsd-master'Thomas Adam2017-12-19
|\|
| * Report better error from server when socket create fails, GitHub issuenicm2017-12-19
* | Merge branch 'obsd-master'Thomas Adam2017-10-20
|\|