summaryrefslogtreecommitdiffstats
path: root/server-fn.c
AgeCommit message (Expand)Author
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-04-17Break new window and pane creation common code from various commands andnicm
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2018-11-30Merge branch 'obsd-master'Thomas Adam
2018-11-30Clear PANE_EXITED flag when starting new child process in case the panenicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-20Support for windows larger than the client.Nicholas Marriott
2018-08-19Merge branch 'obsd-master'Thomas Adam
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-04-10Merge branch 'obsd-master'Thomas Adam
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-02-28Merge branch 'obsd-master'Thomas Adam
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2017-10-20Need compat for queue.h.Nicholas Marriott
2017-10-20Merge branch 'obsd-master'Thomas Adam
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromnicm
2017-08-29Merge branch 'obsd-master'Thomas Adam
2017-08-29Check for complete keys before escape prefix, allows keys to be definednicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12proc_send_s now seems unnecessary.nicm
2017-07-10Merge branch 'obsd-master'Thomas Adam
2017-07-09Some extra logging to show why tmux might exit.nicm
2017-05-12Merge branch 'obsd-master'Thomas Adam
2017-05-12Scrolling needs to use background colour.nicm
2017-04-17Merge branch 'obsd-master'Thomas Adam
2017-04-17Remove a couple of redraw flags that no longer have any effect.nicm
2017-03-09Merge branch 'obsd-master'Thomas Adam
2017-03-09Move the client identify (display-panes) code into server-client.c.nicm
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm
2017-02-14Merge branch 'obsd-master'Thomas Adam
2017-02-09Instead of numbering session groups, give them a name which may be givennicm
2017-01-13Merge branch 'obsd-master'Thomas Adam
2017-01-13Make options_get_string return const string.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-12Merge branch 'obsd-master'Thomas Adam
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-06-16Merge branch 'obsd-master'Thomas Adam
2016-06-16Allow a command to be specified to display-panes, similar tonicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-17Merge branch 'obsd-master'Thomas Adam
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-12Merge branch 'obsd-master'Thomas Adam