summaryrefslogtreecommitdiffstats
path: root/window-copy.c
AgeCommit message (Expand)Author
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
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2015-01-15Shorten some long lines.nicm
2014-12-15Only redraw affected lines when selection changes with mouse. Fromnicm
2014-11-09Expand formats in copy-pipe command, suggested by Suraj N Kurapati.nicm
2014-11-06Wrap when copy mode is used for output, from Balazs Kezes.nicm
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.nicm
2014-10-22Fix some spacing nits.nicm
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.nicm
2014-09-01Various minor style and spacing nits.nicm
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addnicm
2014-08-11Fix two copy mode problems:nicm
2014-06-19Copy newline when at EOL in vi(1) mode, from Balazs Kezes.nicm
2014-05-14Simplify copy lines, from Keith Amling.nicm
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm
2014-05-13Add support for named buffers. If you don't name a buffer, things worknicm
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2014-04-17Some more long lines.nicm
2014-04-11Don't blindly increase offsets by the return value of snprintf, if therenicm
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andnicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm