aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
* Make set-clipboard a three-state option so tmux itself can ignore thenicm2017-06-03
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* Do not factor in screen_hsize() for the visible copy mode screen whennicm2017-05-29
* Scrolling needs to use background colour.nicm2017-05-12
* Store copy mode search string in pane so search-again command works evennicm2017-05-12
* Add a format for the name of the pane's mode, lets it be used as anicm2017-05-07
* Add a format for the last search string in copy mode and fix the promptnicm2017-05-03
* If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* Show count of search results in copy mode.nicm2017-03-24
* Fix movement after select-line, from Omar Sandoval.nicm2017-03-21
* Skip over padding cells when moving the cursor left or right.nicm2017-03-08
* Add a helper function for the most common format_create/defaults/expandnicm2017-03-08
* window_copy_pagedown shouldn't reset the mode anymore, instead let thenicm2017-02-08
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm2017-01-07
* Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* Highlight all occurrences of search string after searching in copy mode.nicm2017-01-05
* Make the selection able to exist independent of the cursor position, sonicm2016-11-24
* Add copy-pipe-and-cancel, from Artem Fokin.nicm2016-11-15
* Add support for BCE (background colour erase). This makes various escapenicm2016-10-13
* Unused variable and missing time.h.nicm2016-10-12
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-11
* Support double and triple clicks (they are cumulative, so double isnicm2016-10-11
* Fundamental change to how copy mode key bindings work:nicm2016-10-11
* Use xsnprintf not snprintf for the prompt in window_copy_write_linenicm2016-10-09
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-03
* Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-12
* Remove unused variable, from Ben Boeckel.nicm2016-05-23
* Some tidying of copy mode search functions, based on a diff from Lukasznicm2016-05-03
* Use the same code for half page scrolling as full, from Michal Mazurek.nicm2016-05-01
* Add next/previous paragraph, from J Raynor.nicm2016-04-27
* Make scrolling behaviour more sensible and maintain cursor position, asnicm2016-03-18
* When a mouse drag is finished, fire a MouseUp key press, instead ofnicm2016-03-01
* Do not wrap cursor at start or end of history, from Michal Mazurek.nicm2016-02-05
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* Use __unused rather than rolling our own.nicm2015-11-18
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* Move struct options into options.c.nicm2015-10-27
* Format for scroll position, from Jorge Morante.nicm2015-10-23
* Style nit, int for flags not u_int.nicm2015-09-14
* Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm2015-09-13
* Move struct paste_buffer out of tmux.h.nicm2015-08-29
* Give clock mode its own timer.nicm2015-08-28
* Set working directory for run-shell and if-shell.nicm2015-04-24
* cmd_mouse_pane can return NULL, check for that.nicm2015-04-21