aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
* 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
|\|
| * Infrastructure for drawing status lines of more than one line in height,nicm2017-10-16
| * Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifnicm2017-09-06
* | Check missed during merge.Nicholas Marriott2017-10-12
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-08-16
|\|
| * Add -d flag to display-panes to specify timeout, and make 0 mean nonicm2017-08-16
* | Merge branch 'obsd-master'Thomas Adam2017-07-14
|\|
| * Fix redraw defer code in the presence of multiple clients - the timernicm2017-07-14
* | Merge branch 'obsd-master'Thomas Adam2017-07-12
|\|
| * proc_send_s now seems unnecessary.nicm2017-07-12
* | Merge branch 'obsd-master'Thomas Adam2017-06-13
|\|
| * Remove xterm flag from key before checking prefix, reported by Peternicm2017-06-13
* | Merge branch 'obsd-master'Thomas Adam2017-06-06
|\|
| * Continue and pass keys through if they are repeated keys, so that thenicm2017-06-06
* | Differences to OpenBSD.Nicholas Marriott2017-05-31
* | Build fixes.Nicholas Marriott2017-05-31
* | Merge branch 'obsd-master'Thomas Adam2017-05-31
|\|
| * Some applications like vi(1) and tmux until 10 minutes or so ago, do notnicm2017-05-31
| * It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasnicm2017-05-31
| * Because we defer actually resizing applications (calling TIOCSWINSZ)nicm2017-05-31
* | Merge branch 'obsd-master'Thomas Adam2017-05-30
|\|