aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
* Pass window into mode functions.nicm2018-12-18
* Handle UTF-8 in word-separators option, GitHub issue 1551.nicm2018-11-28
* It isn't possible to specify buffer name to copy mode commands now, sonicm2018-11-08
* Do not move the cursor when the mouse wheel is used, GitHub issue 1493.nicm2018-10-03
* Allow panes to be 1 line or column by redrawing instead of using thenicm2018-09-25
* Do not clear selection when searching.nicm2018-09-10
* Allow a large line number to go to the end with goto-line, from Marknicm2018-09-03
* Fix selection test, from Takeshi Banse.nicm2018-09-03
* Reset line flag when clearing selection, GitHub issue 1454.nicm2018-08-29
* Move job struct into job.c.nicm2018-08-23
* Fix problems with page scrolling in copy mode, GitHub issue 1440 fromnicm2018-08-20
* calloc the mode data instead of malloc and initialize everything.nicm2018-08-05
* Initialize new lineflag member.nicm2018-08-01
* Move struct screen_sel into screen.c and tidy up members that are onlynicm2018-07-31
* Add a rectangle_toggle format, from Hirokazu Hata.nicm2018-07-06
* Add accessors for grid linedata member, for some future work. From Dannicm2018-07-04
* Do not take address of a member of a NULL pointer. GitHub issue 1382nicm2018-06-26
* Check whether cursor is at start or end when copying rectangularnicm2018-04-23
* Add a missing client-detached hook when the server shuts down, and donicm2018-03-08
* Add -and-cancel variants for scrolling commands to exit copy mode whennicm2017-11-16
* When searching in copy mode, do not scroll if the result is already onnicm2017-11-13
* Remove unused (always 1) arguments from some functions, from Danielnicm2017-09-13
* Move to current mouse position not last when clcking in copy mode; fixesnicm2017-09-04
* Redraw rectangle selections properly when cursor at end, GitHub issue 992.nicm2017-08-29
* Fix searching when match is at end of line, from Brad Town.nicm2017-08-23
* Add selection_present format so commands in copy mode can use it, GitHubnicm2017-08-02
* Add a hook when the clipboard is set.nicm2017-06-09
* 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