summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-11-05Update the internal wcwidth(3) table of tmux(1) to match the dataIngo Schwarze
2015-11-05Pass through right click if mouse is on, from Patrick Palka.Nicholas Marriott
2015-11-03Detach the client we are looping over, from Thomas Adam.Nicholas Marriott
2015-10-31Fall back silently to ~ or / rather than checking -c with access(), thisNicholas Marriott
2015-10-31Don't shift version out of peerid, it is needed later.Nicholas Marriott
2015-10-31The output log is only useful once and it means creating a file, so openNicholas Marriott
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsNicholas Marriott
2015-10-29Break version check into a separate function, and limit version to 8 bits.Nicholas Marriott
2015-10-28Like options, move the environ struct into environ.c.Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-27No more TMPDIR.Nicholas Marriott
2015-10-27Break the common process set up, event loop and imsg dispatch codeNicholas Marriott
2015-10-27Count brackets in #{?...} so that nested conditional formats work, fromNicholas Marriott
2015-10-27The format callback may not always succeed, so we need to check forNicholas Marriott
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.Nicholas Marriott
2015-10-26If a mouse event has no key binding, pass it through to the pane itNicholas Marriott
2015-10-26Default bindings for mouse wheel on status line to change window (likeNicholas Marriott
2015-10-26Handle unknown keys more gracefully, return a string instead of NULL.Nicholas Marriott
2015-10-26Some extra logging of where keys are actually going.Nicholas Marriott
2015-10-26space before punctuation;Jason McIntyre
2015-10-25Extend the modifiers allowed before formats: as well as the existingNicholas Marriott
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