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