summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-12tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isnicm
2015-11-12If we know the terminal outside tmux is not UTF-8, replace UTF-8 innicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-11-12Remove the mouse_utf8_flag format as well.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-11-12Default history-file should be "" not NULL, from Greg Onufe.nicm
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm
2015-11-10If realpath() fails just try the original path.nicm
2015-11-10Handle absolute paths properly, and don't use resolved path innicm
2015-11-05Same bug as last commit, but in the other copy of the loop in this file...nicm
2015-11-05Update the internal wcwidth(3) table of tmux(1) to match the dataschwarze
2015-11-05Pass through right click if mouse is on, from Patrick Palka.nicm
2015-11-03Detach the client we are looping over, from Thomas Adam.nicm
2015-10-31Fall back silently to ~ or / rather than checking -c with access(), thisnicm
2015-10-31Don't shift version out of peerid, it is needed later.nicm
2015-10-31The output log is only useful once and it means creating a file, so opennicm
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-29Break version check into a separate function, and limit version to 8 bits.nicm
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Move struct options into options.c.nicm
2015-10-27No more TMPDIR.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-27Count brackets in #{?...} so that nested conditional formats work, fromnicm
2015-10-27The format callback may not always succeed, so we need to check fornicm
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.nicm
2015-10-26If a mouse event has no key binding, pass it through to the pane itnicm
2015-10-26Default bindings for mouse wheel on status line to change window (likenicm
2015-10-26Handle unknown keys more gracefully, return a string instead of NULL.nicm
2015-10-26Some extra logging of where keys are actually going.nicm
2015-10-26space before punctuation;jmc
2015-10-25Extend the modifiers allowed before formats: as well as the existingnicm
2015-10-25Pass output from jobs through format_expand() so they are expanded againnicm
2015-10-25Let's see if anyone screams about not being able to specify $TMPDIRderaadt
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