summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
2017-05-07Add a format for the name of the pane's mode, lets it be used as anicm
2017-05-03Add a format for the last search string in copy mode and fix the promptnicm
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-03-24Show count of search results in copy mode.nicm
2017-03-21Fix movement after select-line, from Omar Sandoval.nicm
2017-03-08Skip over padding cells when moving the cursor left or right.nicm
2017-03-08Add a helper function for the most common format_create/defaults/expandnicm
2017-02-08window_copy_pagedown shouldn't reset the mode anymore, instead let thenicm
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,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
2016-11-24Make the selection able to exist independent of the cursor position, sonicm
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.nicm
2016-10-13Add support for BCE (background colour erase). This makes various escapenicm
2016-10-12Unused variable and missing time.h.nicm
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.nicm
2016-10-11Support double and triple clicks (they are cumulative, so double isnicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-10-09Use xsnprintf not snprintf for the prompt in window_copy_write_linenicm
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localnicm
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,nicm
2016-05-23Remove unused variable, from Ben Boeckel.nicm
2016-05-03Some tidying of copy mode search functions, based on a diff from Lukasznicm
2016-05-01Use the same code for half page scrolling as full, from Michal Mazurek.nicm
2016-04-27Add next/previous paragraph, from J Raynor.nicm
2016-03-18Make scrolling behaviour more sensible and maintain cursor position, asnicm
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofnicm
2016-02-05Do not wrap cursor at start or end of history, from Michal Mazurek.nicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-11Add cmdq as an argument to format_create and add a format for thenicm
2015-12-08Remove format_create_flags and just pass flags to format_create.nicm
2015-11-18Use __unused rather than rolling our own.nicm
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadnicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-27Move struct options into options.c.nicm
2015-10-23Format for scroll position, from Jorge Morante.nicm
2015-09-14Style nit, int for flags not u_int.nicm
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm
2015-08-29Move struct paste_buffer out of tmux.h.nicm
2015-08-28Give clock mode its own timer.nicm
2015-04-24Set working directory for run-shell and if-shell.nicm
2015-04-21cmd_mouse_pane can return NULL, check for that.nicm
2015-04-20Remove unused-but-set variables, from Thomas Adam.nicm
2015-04-20Make jump-to-backward/jump-to-forward repeatable withnicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-04-10Add a -x flag to copy-selection, append-selection and start-named-buffernicm
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm