summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-copy.c
AgeCommit message (Expand)Author
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
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-23Format for scroll position, from Jorge Morante.Nicholas Marriott
2015-09-14Style nit, int for flags not u_int.Nicholas Marriott
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
2015-08-29Move struct paste_buffer out of tmux.h.Nicholas Marriott
2015-08-28Give clock mode its own timer.Nicholas Marriott
2015-04-24Set working directory for run-shell and if-shell.Nicholas Marriott
2015-04-21cmd_mouse_pane can return NULL, check for that.Nicholas Marriott
2015-04-20Remove unused-but-set variables, from Thomas Adam.Nicholas Marriott
2015-04-20Make jump-to-backward/jump-to-forward repeatable withNicholas Marriott
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2015-04-10Add a -x flag to copy-selection, append-selection and start-named-bufferNicholas Marriott
2015-03-31Fix some format specifier nits, from Ben Boeckel.Nicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-01-15Shorten some long lines.Nicholas Marriott
2014-12-15Only redraw affected lines when selection changes with mouse. FromNicholas Marriott
2014-11-09Expand formats in copy-pipe command, suggested by Suraj N Kurapati.Nicholas Marriott
2014-11-06Wrap when copy mode is used for output, from Balazs Kezes.Nicholas Marriott
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.Nicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-08-11No need to repeat other-end more than once, from Juho Pohjala. Also addNicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-06-19Copy newline when at EOL in vi(1) mode, from Balazs Kezes.Nicholas Marriott
2014-05-14Simplify copy lines, from Keith Amling.Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-17Some more long lines.Nicholas Marriott
2014-04-11Don't blindly increase offsets by the return value of snprintf, if thereNicholas Marriott
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andNicholas Marriott
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.Nicholas Marriott