| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2019-03-12 |
|\ |
|
| * | Allow multiple modes to be open in a pane. A stack of open modes is kept | nicm | 2019-03-12 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-07 |
|\| |
|
| * | Add a separate mode struct for the active window mode if any. | nicm | 2019-03-07 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-02-16 |
|\| |
|
| * | Use starting client cwd in config file, GitHub issue 1606. | nicm | 2019-02-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-12-18 |
|\| |
|
| * | Pass window into mode functions. | nicm | 2018-12-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-11-19 |
|\| |
|
| * | evbuffer_new and bufferevent_new can both fail (when malloc fails) and | nicm | 2018-11-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-11-07 |
|\| |
|
| * | If a non-repeating key is used when repeating, it should be treated as | nicm | 2018-11-07 |
| * | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | | x,y -> px,py. | Nicholas Marriott | 2018-09-11 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-09-11 |
|\| |
|
| * | Do not check for mouse events on pane borders when zoomed, based on a | nicm | 2018-09-11 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-29 |
|\| |
|
| * | Keep any text killed in the command prompt with C-w and yank it with | nicm | 2018-08-29 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-22 |
|\| |
|
| * | Add StatusLeft and StatusRight mouse key modifiers for the left and | nicm | 2018-08-22 |
* | | The stored mouse position should not include the status line offset if any. | Nicholas Marriott | 2018-08-21 |
* | | Only screen-redraw.c needs to adjust for message or prompt when the | Nicholas Marriott | 2018-08-20 |
* | | Support for windows larger than the client. | Nicholas Marriott | 2018-08-20 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-19 |
|\| |
|
| * | Add a flag to force redrawing of the status line even if the content | nicm | 2018-08-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-19 |
|\| |
|
| * | Add a client redraw-window flag instead of the redraw-all flag and for | nicm | 2018-08-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-18 |
|\| |
|
| * | SESSION_UNATTACHED flag is no longer necessary now we have an attached | nicm | 2018-08-18 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-02 |
|\| |
|
| * | Make key trees and some other bits static. | nicm | 2018-08-02 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-17 |
|\| |
|
| * | When a key isn't in the first table, we need to try the same key again | nicm | 2018-07-17 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-16 |
|\| |
|
| * | Add an "Any" key to run a command if a key is pressed that is not bound | nicm | 2018-07-16 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-07-04 |
|\| |
|
| * | Add pane focus hooks. | nicm | 2018-07-04 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-05-24 |
|\| |
|
| * | Make server_client_get_cwd used (almost) everywhere we need to work out | nicm | 2018-05-24 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-08 |
|\| |
|
| * | Add a missing client-detached hook when the server shuts down, and do | nicm | 2018-03-08 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-02-22 |
|\| |
|
| * | Check prefix when retrying so it is checked while repeat flag is | nicm | 2018-02-22 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-02-05 |
|\| |
|
| * | Add struct status_line to hold status line members of struct client, not | nicm | 2018-02-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-12-19 |
|\| |
|
| * | Report better error from server when socket create fails, GitHub issue | nicm | 2017-12-19 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-20 |
|\| |
|
| * | Infrastructure for drawing status lines of more than one line in height, | nicm | 2017-10-16 |
| * | Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if | nicm | 2017-09-06 |