summaryrefslogtreecommitdiffstats
path: root/window.c
AgeCommit message (Expand)Author
2016-03-11Merge remote-tracking branch 'tmux/master'Nicolas Viennot
2016-03-02Merge branch 'obsd-master'Thomas Adam
2016-03-01Redraw status on mode entry and exit.nicm
2016-02-17Fire SIGCHLD after utempter_add_record since it probably eats it.Nicholas Marriott
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-31Fix pipe buffer offsetNicolas Viennot
2015-12-31Merge branch 'obsd-master'Thomas Adam
2015-12-31Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot.nicm
2015-12-31Remove commentsNicolas Viennot
2015-12-31Layout fixesNicolas Viennot
2015-12-23Merge with latest tmuxNicolas Viennot
2015-12-19Merge branch 'obsd-master'Thomas Adam
2015-12-19Make input off flag (selectp -d) apply to synchronize-panes too.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-15Merge branch 'obsd-master'Thomas Adam
2015-12-15Make the marked pane a cmd_find_state.nicm
2015-12-03Merge branch 'obsd-master'Thomas Adam
2015-12-02Mark new active pane changed after pane lost in window, and afternicm
2015-11-25Merge branch 'obsd-master'Thomas Adam
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add anicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-13utf8 option is gone.Nicholas Marriott
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-14When the active pane changes, redraw panes if the style hasnicm
2015-08-30Merge branch 'obsd-master'Thomas Adam
2015-08-29Remove some old prototypes and unused functions.nicm
2015-08-29Move alerts onto events rather than checking every loop.nicm
2015-08-29Treat entering or leaving a mode as pane changed.nicm
2015-08-29Better take on reducing the name timer. Again check for name changes innicm
2015-08-28Only set default title to hostname on screens that are being used for anicm
2015-08-28Revert previous; we do need a timer, until I have a better idea. Wenicm
2015-08-28We now only checking for name changes when the active pane has changed,nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Error messages should not have a trailing period.nicm
2015-08-28Only do the automatic-rename dance if the pane has changed (seen output,nicm
2015-07-17Merge branch 'obsd-master'Thomas Adam
2015-07-17Do not call window_unzoom from window_destroy because it will try to addnicm
2015-06-17Merge branch 'obsd-master'Thomas Adam
2015-06-17Move the shuffle code from new-window -a into a function and add a -anicm
2015-06-15Merge branch 'obsd-master'Thomas Adam
2015-06-15Add window_activity format, from Thomas Adam based on a diff originallynicm