summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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