summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-10-25Pass output from jobs through format_expand() so they are expanded againNicholas Marriott
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRTheo de Raadt
2015-10-23Pasting mouse escape sequences is unlikely, so skip them when workingNicholas Marriott
2015-10-23Remove some unnecessary checks before free().Nicholas Marriott
2015-10-23If $TMUX is set, and we are unsure about the session, use it.Nicholas Marriott
2015-10-23tmux can call pledge() in main with large set and then reduce itNicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-10-23Use tty_term_flag not _has for XT, and make -2 force direct use ofNicholas Marriott
2015-10-22If the pane is still on all_window_panes but not actually connected toNicholas Marriott
2015-10-22Unzoom before -LRUD, reported by Andy Weidenbaum.Nicholas Marriott
2015-10-22Log identify messages.Nicholas Marriott
2015-10-22This should not be changed.Nicholas Marriott
2015-10-22Rename shutdown to exit.Nicholas Marriott
2015-10-21client_key_table was missing.Nicholas Marriott
2015-10-21By popular demand add a default binding for mouse wheel up to scrollNicholas Marriott
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-10-20The table could change when retrying so don't save it at start ofNicholas Marriott
2015-10-18Pass current directory as a string rather than a file descriptor becauseNicholas Marriott
2015-10-17Add pledge "stdio unix sendfd proc exec tty" to tmux client process,Nicholas Marriott
2015-10-16Don't free after calling paste_set but do after evbuffer_add, from TheoNicholas Marriott
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptPhilip Guenther
2015-10-07Couple of memory leaks in error paths, from Frederik Vanderstraeten.Nicholas Marriott
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itNicholas Marriott
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theyNicholas Marriott
2015-09-25Free the history when it is cleared, based on a diff from Carlo Cannas.Nicholas Marriott
2015-09-24Don't leak fd and path on failure.Nicholas Marriott
2015-09-24Do not leak log file descriptor.Nicholas Marriott
2015-09-24Assign flag not number for flag types (we got away with it so farNicholas Marriott
2015-09-22Don't update last session when the session is unchanged, from Sina Siadat.Nicholas Marriott
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.Nicholas Marriott
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"Nicholas Marriott
2015-09-17Redraw both src and dst sessions in break-pane.Nicholas Marriott
2015-09-16Log when cmdq_continue is called.Nicholas Marriott
2015-09-16Give some variables less silly names.Nicholas Marriott
2015-09-16A few minor style nits.Nicholas Marriott
2015-09-16Hoist some common code out of both branches of an if/else.Nicholas Marriott
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).Nicholas Marriott
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