summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-23Pasting mouse escape sequences is unlikely, so skip them when workingnicm
2015-10-23Remove some unnecessary checks before free().nicm
2015-10-23If $TMUX is set, and we are unsure about the session, use it.nicm
2015-10-23tmux can call pledge() in main with large set and then reduce itnicm
2015-10-23Format for scroll position, from Jorge Morante.nicm
2015-10-23Use tty_term_flag not _has for XT, and make -2 force direct use ofnicm
2015-10-22If the pane is still on all_window_panes but not actually connected tonicm
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.nicm
2015-10-22Log identify messages.nicm
2015-10-22This should not be changed.nicm
2015-10-22Rename shutdown to exit.nicm
2015-10-21client_key_table was missing.nicm
2015-10-21By popular demand add a default binding for mouse wheel up to scrollnicm
2015-10-20Use client pointer not file descriptor in logging.nicm
2015-10-20The table could change when retrying so don't save it at start ofnicm
2015-10-18Pass current directory as a string rather than a file descriptor becausenicm
2015-10-17Add pledge "stdio unix sendfd proc exec tty" to tmux client process,nicm
2015-10-16Don't free after calling paste_set but do after evbuffer_add, from Theonicm
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther
2015-10-07Couple of memory leaks in error paths, from Frederik Vanderstraeten.nicm
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itnicm
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theynicm
2015-09-25Free the history when it is cleared, based on a diff from Carlo Cannas.nicm
2015-09-24Don't leak fd and path on failure.nicm
2015-09-24Do not leak log file descriptor.nicm
2015-09-24Assign flag not number for flag types (we got away with it so farnicm
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.nicm
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.nicm
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"nicm
2015-09-17Redraw both src and dst sessions in break-pane.nicm
2015-09-16Log when cmdq_continue is called.nicm
2015-09-16Give some variables less silly names.nicm
2015-09-16A few minor style nits.nicm
2015-09-16Hoist some common code out of both branches of an if/else.nicm
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).nicm
2015-09-14Remove some extra blank lines.nicm
2015-09-14Should add buffer if no -b.nicm
2015-09-14Move tzset() from log_open to main.nicm
2015-09-14Style nit, int for flags not u_int.nicm
2015-09-14When the active pane changes, redraw panes if the style hasnicm
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.nicm
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm
2015-09-13Set woken flag when flushing so that the channel is freed, while herenicm
2015-09-11Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm
2015-09-10Add session_last_attached time and format, from Sina Siadat.nicm
2015-09-09No need to keep global options around for client which doesn't use them.nicm
2015-09-04Change wait-for to work when the signal comes before the wait, also usenicm
2015-09-03A couple of style nits.nicm
2015-09-02Log pane which received input data.nicm
2015-09-02A one line helper function is a little silly.nicm