aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
Commit message (Expand)AuthorAge
...
| * Add a suspend helper function, and do not allow detaching or suspendingnicm2017-04-19
* | Merge branch 'obsd-master'Thomas Adam2017-04-19
|\|
| * When the data we have buffered to write to a terminal grows beyond anicm2017-04-19
* | Merge branch 'obsd-master'Thomas Adam2017-04-19
|\|
| * On terminals without DECSLRM, when a pane that is less than the fullnicm2017-04-18
* | Merge branch 'obsd-master'Thomas Adam2017-04-17
|\|
| * Remove a couple of redraw flags that no longer have any effect.nicm2017-04-17
* | Merge branch 'obsd-master'Thomas Adam2017-04-06
|\|
| * Give each client a name. This defaults to the tty name as before butnicm2017-04-05
* | Merge branch 'obsd-master'Thomas Adam2017-03-10
|\|
| * Clear the bracket paste mode when in the command prompt.nicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move the client identify (display-panes) code into server-client.c.nicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-14
|\|
| * Make source-file look for files relative to the client working directorynicm2017-02-14
* | Merge branch 'obsd-master'Thomas Adam2017-02-09
|\|
| * Break the message storage function into its own function, useful fornicm2017-02-09
* | Merge branch 'obsd-master'Thomas Adam2017-02-08
|\|
| * Some other tidying bits.nicm2017-02-08
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2017-02-01
|\|
| * Implement "all event" (1003) mouse mode but in a way that works. Thenicm2017-02-01
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Make options_get_string return const string.nicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2017-01-13
|\|
| * Add -E to detach-client to exec a command to replace the client insteadnicm2017-01-13
* | Merge branch 'obsd-master'Thomas Adam2017-01-12
|\|
| * Add some missing special keys to key_string_lookup_key, fix a mousenicm2017-01-11
* | Merge branch 'obsd-master'Thomas Adam2016-12-07
|\|
| * Make prefix work in all tables (except the prefix table). Users who wantnicm2016-12-07
* | Merge branch 'obsd-master'Thomas Adam2016-11-24
|\|
| * The mouse valid flag needs to be correct before we fire the draggingnicm2016-11-24
* | Merge branch 'obsd-master'Thomas Adam2016-11-24
|\|
| * If in the middle of a drag, don't use an invalid key, just usenicm2016-11-24
| * Fix so that we work out the right pane from mouse events - we were doingnicm2016-11-24
* | Merge branch 'obsd-master'Thomas Adam2016-11-23
|\|
| * For mouse keys, use the mouse pane as the default current pane.nicm2016-11-23
* | Merge branch 'obsd-master'Thomas Adam2016-11-16
|\|
| * Do not stop dragging when the wheel is pressed, from Artem Fokin.nicm2016-11-16
* | Merge branch 'obsd-master'Thomas Adam2016-11-15
|\|
| * Turn on margins, with a couple of fixes (only limit to the pane for linenicm2016-11-15
| * Initial attempt to make use of left and right margins if the terminalnicm2016-11-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-19
|\|
| * Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|