summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-08Make the mode used to view command output (a variant of copy mode) usenicm
2019-03-08Do not use window mode entry after free.nicm
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2019-03-07Tidy changing the mode into window_copy_init_for_output.nicm
2019-03-07Make adding mode formats a function pointer as well.nicm
2018-12-18Pass window into mode functions.nicm
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.nicm
2018-11-08It isn't possible to specify buffer name to copy mode commands now, sonicm
2018-10-03Do not move the cursor when the mouse wheel is used, GitHub issue 1493.nicm
2018-09-25Allow panes to be 1 line or column by redrawing instead of using thenicm
2018-09-10Do not clear selection when searching.nicm
2018-09-03Allow a large line number to go to the end with goto-line, from Marknicm
2018-09-03Fix selection test, from Takeshi Banse.nicm
2018-08-29Reset line flag when clearing selection, GitHub issue 1454.nicm
2018-08-23Move job struct into job.c.nicm
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromnicm
2018-08-05calloc the mode data instead of malloc and initialize everything.nicm
2018-08-01Initialize new lineflag member.nicm
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlynicm
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.nicm
2018-07-04Add accessors for grid linedata member, for some future work. From Dannicm
2018-06-26Do not take address of a member of a NULL pointer. GitHub issue 1382nicm
2018-04-23Check whether cursor is at start or end when copying rectangularnicm
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whennicm
2017-11-13When searching in copy mode, do not scroll if the result is already onnicm
2017-09-13Remove unused (always 1) arguments from some functions, from Danielnicm
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesnicm
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.nicm
2017-08-23Fix searching when match is at end of line, from Brad Town.nicm
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubnicm
2017-06-09Add a hook when the clipboard is set.nicm
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore thenicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-29Do not factor in screen_hsize() for the visible copy mode screen whennicm
2017-05-12Scrolling needs to use background colour.nicm
2017-05-12Store copy mode search string in pane so search-again command works evennicm
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