summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Check changed flag after restarting timer.nicm
2015-08-28Remove unused prototypes.nicm
2015-08-28Don't leak name when freeing session, from Kuang-che Wu.nicm
2015-08-28Per-session timers for locking, and remove the global one-second timer.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Make session_update_activity more useful and use it in more places.nicm
2015-08-28Remove the lock-server option which is a bit redundant, it isn't thatnicm
2015-08-28Give clock mode its own timer.nicm
2015-08-28Run status update on a per-client timer at status-interval.nicm
2015-08-28Log time with message.nicm
2015-08-28Move format job cleanup onto its own timer.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Allow environment variables in #{}.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-08-25Merge branch 'obsd-master'Thomas Adam
2015-08-25When searching for tabs, start from screen width, fixes out-of-boundsnicm
2015-08-25Merge branch 'obsd-master'Thomas Adam
2015-08-24In grid_duplicate_lines, if the line is empty (cellsize == 0) then clearnicm
2015-08-16Merge branch 'obsd-master'Thomas Adam
2015-08-16Come out of copy mode when history is cleared.nicm
2015-08-15Handle \ at EOL from Daniel Hahler.Nicholas Marriott
2015-08-13Merge branch 'obsd-master'Thomas Adam
2015-08-13right-up should be right-of, also rename the values too.nicm
2015-08-12Merge branch 'obsd-master'Thomas Adam
2015-08-12Rename left/right/up/down relative to active pane to add -of suffixnicm
2015-08-07Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-08-07+history-file, from Ben Boeckel.Nicholas Marriott
2015-07-29Merge branch 'obsd-master'Thomas Adam
2015-07-29status_out and associated data structures are no longer used.nicm
2015-07-28Merge branch 'obsd-master'Thomas Adam
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.nicm
2015-07-27Merge branch 'obsd-master'Thomas Adam
2015-07-27Make -q suppress ambiguous option warnings too, from Cam Hutchison.nicm
2015-07-24Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-07-24Fix a warning, from Kosta Zertsekel.Nicholas Marriott
2015-07-20Merge branch 'obsd-master'Thomas Adam
2015-07-20Add an option (history-file) for a file to save/restore command promptnicm
2015-07-20Merge branch 'obsd-master'Thomas Adam
2015-07-20Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). Whilenicm
2015-07-19Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-07-19Update tmux.vim from Ben Boeckel.Nicholas Marriott
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-07-17Merge branch 'obsd-master'Thomas Adam
2015-07-17Initialize client fd to -1 as well, from Bobby Powers.nicm
2015-07-15Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor.Nicholas Marriott
2015-07-14Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott