summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-09-14Remove some extra blank lines.Nicholas Marriott
2015-09-14Should add buffer if no -b.Nicholas Marriott
2015-09-14Move tzset() from log_open to main.Nicholas Marriott
2015-09-14Style nit, int for flags not u_int.Nicholas Marriott
2015-09-14When the active pane changes, redraw panes if the style hasNicholas Marriott
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.Nicholas Marriott
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
2015-09-13Set woken flag when flushing so that the channel is freed, while hereNicholas Marriott
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste bufferNicholas Marriott
2015-09-10Add session_last_attached time and format, from Sina Siadat.Nicholas Marriott
2015-09-09No need to keep global options around for client which doesn't use them.Nicholas Marriott
2015-09-04Change wait-for to work when the signal comes before the wait, also useNicholas Marriott
2015-09-03A couple of style nits.Nicholas Marriott
2015-09-02Log pane which received input data.Nicholas Marriott
2015-09-02A one line helper function is a little silly.Nicholas Marriott
2015-09-02We no longer need the terminal service class, so don't bother asking for it.Nicholas Marriott
2015-09-02Fix indentation of grid_string_cells_fg.Nicholas Marriott
2015-09-01Tweak some error messages/comments.Nicholas Marriott
2015-09-01Log the whole new input buffer once rather than each byte.Nicholas Marriott
2015-09-01Pass logging through vis(3).Nicholas Marriott
2015-09-01Fix a spelling error, sesson -> session.Nicholas Marriott
2015-09-01Remove dead_clients which is no longer used.Nicholas Marriott
2015-09-01Work out config file when needed not at startup.Nicholas Marriott
2015-09-01Move initial conf load into cfg.c.Nicholas Marriott
2015-09-01All the cmd_*_entry declarations do not need to be in tmux.h.Nicholas Marriott
2015-08-30Path from $TMUX does not need to be global anymore.Nicholas Marriott
2015-08-30Login shell can be a client flag, and move the exec code into client.c.Nicholas Marriott
2015-08-30Event base does not need to be global.Nicholas Marriott
2015-08-30Some style nits and dead assignments.Nicholas Marriott
2015-08-29Remove some old prototypes and unused functions.Nicholas Marriott
2015-08-29struct args_entry can go into arguments.c.Nicholas Marriott
2015-08-29paste_send_pane can be merged into cmd-paste-buffer.c now.Nicholas Marriott
2015-08-29Move struct paste_buffer out of tmux.h.Nicholas Marriott
2015-08-29We already loop over the windows in server_client_loop, so don't do itNicholas Marriott
2015-08-29Move alerts onto events rather than checking every loop.Nicholas Marriott
2015-08-29Treat entering or leaving a mode as pane changed.Nicholas Marriott
2015-08-29Better take on reducing the name timer. Again check for name changes inNicholas Marriott
2015-08-29Microseconds in log time.Nicholas Marriott
2015-08-28Only set default title to hostname on screens that are being used for aNicholas Marriott
2015-08-28Make a few more expensive (ish) formats functions instead of inline.Nicholas Marriott
2015-08-28Allow formats to be specified as functions (in the code) so they areNicholas Marriott
2015-08-28Revert previous; we do need a timer, until I have a better idea. WeNicholas Marriott
2015-08-28We now only checking for name changes when the active pane has changed,Nicholas Marriott
2015-08-28Check changed flag after restarting timer.Nicholas Marriott
2015-08-28Remove unused prototypes.Nicholas Marriott
2015-08-28Don't leak name when freeing session, from Kuang-che Wu.Nicholas Marriott
2015-08-28Per-session timers for locking, and remove the global one-second timer.Nicholas Marriott
2015-08-28Make session_update_activity more useful and use it in more places.Nicholas Marriott
2015-08-28Remove the lock-server option which is a bit redundant, it isn't thatNicholas Marriott
2015-08-28Give clock mode its own timer.Nicholas Marriott