summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-copy.c
AgeCommit message (Expand)Author
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.Nicholas Marriott
2018-07-04Add accessors for grid linedata member, for some future work. From DanNicholas Marriott
2018-06-26Do not take address of a member of a NULL pointer. GitHub issue 1382Nicholas Marriott
2018-04-23Check whether cursor is at start or end when copying rectangularNicholas Marriott
2018-03-08Add a missing client-detached hook when the server shuts down, and doNicholas Marriott
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whenNicholas Marriott
2017-11-13When searching in copy mode, do not scroll if the result is already onNicholas Marriott
2017-09-13Remove unused (always 1) arguments from some functions, from DanielNicholas Marriott
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesNicholas Marriott
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.Nicholas Marriott
2017-08-23Fix searching when match is at end of line, from Brad Town.Nicholas Marriott
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-06-09Add a hook when the clipboard is set.Nicholas Marriott
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore theNicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-29Do not factor in screen_hsize() for the visible copy mode screen whenNicholas Marriott
2017-05-12Scrolling needs to use background colour.Nicholas Marriott
2017-05-12Store copy mode search string in pane so search-again command works evenNicholas Marriott
2017-05-07Add a format for the name of the pane's mode, lets it be used as aNicholas Marriott
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-03-24Show count of search results in copy mode.Nicholas Marriott
2017-03-21Fix movement after select-line, from Omar Sandoval.Nicholas Marriott
2017-03-08Skip over padding cells when moving the cursor left or right.Nicholas Marriott
2017-03-08Add a helper function for the most common format_create/defaults/expandNicholas Marriott
2017-02-08window_copy_pagedown shouldn't reset the mode anymore, instead let theNicholas Marriott
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2016-11-24Make the selection able to exist independent of the cursor position, soNicholas Marriott
2016-11-15Add copy-pipe-and-cancel, from Artem Fokin.Nicholas Marriott
2016-10-13Add support for BCE (background colour erase). This makes various escapeNicholas Marriott
2016-10-12Unused variable and missing time.h.Nicholas Marriott
2016-10-11Add static in window-*.c and move some internal functions out of tmux.h.Nicholas Marriott
2016-10-11Support double and triple clicks (they are cumulative, so double isNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-10-09Use xsnprintf not snprintf for the prompt in window_copy_write_lineNicholas Marriott
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localNicholas Marriott
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,Nicholas Marriott
2016-05-23Remove unused variable, from Ben Boeckel.Nicholas Marriott
2016-05-03Some tidying of copy mode search functions, based on a diff from LukaszNicholas Marriott
2016-05-01Use the same code for half page scrolling as full, from Michal Mazurek.Nicholas Marriott
2016-04-27Add next/previous paragraph, from J Raynor.Nicholas Marriott
2016-03-18Make scrolling behaviour more sensible and maintain cursor position, asNicholas Marriott
2016-03-01When a mouse drag is finished, fire a MouseUp key press, instead ofNicholas Marriott
2016-02-05Do not wrap cursor at start or end of history, from Michal Mazurek.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott