summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-09source-file -q needs to apply to glob(3) too.nicm
2017-01-09Run the source-file pattern through glob(3).nicm
2017-01-07Add note about ccc and initc so people who want it can see it isnicm
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm
2017-01-06Nits found with clang.nicm
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchnicm
2017-01-05Highlight all occurrences of search string after searching in copy mode.nicm
2017-01-02Escape backspace for capture-pane -P, from George Nachman.nicm
2016-12-30Change the xterm-keys option to default to on, so that tmux willnicm
2016-12-28Fix the prefer unattached session behaviour ofnicm
2016-12-14Fix up winlink lists after swap-window.nicm
2016-12-11-N without arguments needs to set prefix count for the mode command, sonicm
2016-12-09Spacing nits.nicm
2016-12-08Fix send-keys with UTF-8.nicm
2016-12-07Do not clear the prompt when a message is shown, just leave it around andnicm
2016-12-07Only skip moving the cursor if it is already in the last position _onnicm
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantnicm
2016-11-30Fix check for cursor at end of line.nicm
2016-11-29Make send -N work for all keys, not just in copy mode. From Artem Fokin.nicm
2016-11-28When comparing ocy to orlower in tty_cmd_cell, there is no need to addnicm
2016-11-24The mouse valid flag needs to be correct before we fire the draggingnicm
2016-11-24If in the middle of a drag, don't use an invalid key, just usenicm
2016-11-24Fix so that we work out the right pane from mouse events - we were doingnicm
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-11-23For mouse keys, use the mouse pane as the default current pane.nicm
2016-11-23Error on invalid modifier keys.nicm
2016-11-17Key running commands for #() by the unexpanded command, and run themnicm
2016-11-16Fix calculation of whether we need a region for drawing a cell (only ifnicm
2016-11-16Don't error if renaming a session to its current name, from shik dotnicm
2016-11-16Do not stop dragging when the wheel is pressed, from Artem Fokin.nicm
2016-11-16Initialize modeprefix to 1 properly in window_pane_create, from Artem Fokin.nicm
2016-11-16The target validity check used window_pane_visible but that may be falsenicm
2016-11-15Turn on margins, with a couple of fixes (only limit to the pane for linenicm
2016-11-15And of course I just find a bug, disable previous for now.nicm
2016-11-15Initial attempt to make use of left and right margins if the terminalnicm
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.nicm
2016-11-14rotate-window needs to unzoom, problem reported by Sean Haugh.nicm
2016-11-12Apply the right fix for run -b, used the wrong diff before.nicm
2016-11-12Do not execute commands for a client until it has identified, fixesnicm
2016-11-11Do not crash with run-shell -b and no window pane available, reported bynicm
2016-11-04Do not try to set the CHANGED flag on windows with no active pane, fixesnicm
2016-11-04enum values need to fit in 32 bits; we only use enum for numbering andnicm
2016-11-02Make an empty state on error rather than leaving something partiallynicm
2016-11-01Clear window alert flags after setting winlink alert flags, fixes problemnicm
2016-10-26Buffer name can be NULL, check before strdup().nicm
2016-10-25Do not handle activity or silence alerts in the current window, reportednicm
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm
2016-10-19Do not have a default binding for C-b in copy-mode-vi or it conflictsnicm
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,nicm
2016-10-19Move session-create hook out of session_create so it works with grouped sessi...nicm