aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
...
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* Use __unused rather than rolling our own.nicm2015-11-18
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* Move struct options into options.c.nicm2015-10-27
* Format for scroll position, from Jorge Morante.nicm2015-10-23
* Style nit, int for flags not u_int.nicm2015-09-14
* Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm2015-09-13
* Move struct paste_buffer out of tmux.h.nicm2015-08-29
* Give clock mode its own timer.nicm2015-08-28
* Set working directory for run-shell and if-shell.nicm2015-04-24
* cmd_mouse_pane can return NULL, check for that.nicm2015-04-21
* Remove unused-but-set variables, from Thomas Adam.nicm2015-04-20
* Make jump-to-backward/jump-to-forward repeatable withnicm2015-04-20
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Add a -x flag to copy-selection, append-selection and start-named-buffernicm2015-04-10
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-05
* Shorten some long lines.nicm2015-01-15
* Only redraw affected lines when selection changes with mouse. Fromnicm2014-12-15
* Expand formats in copy-pipe command, suggested by Suraj N Kurapati.nicm2014-11-09
* Wrap when copy mode is used for output, from Balazs Kezes.nicm2014-11-06
* Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-06
* Fix some spacing nits.nicm2014-10-22
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Copy ACS characters as UTF-8, from Balazs Kezes.nicm2014-10-02
* Various minor style and spacing nits.nicm2014-09-01
* No need to repeat other-end more than once, from Juho Pohjala. Also addnicm2014-08-11
* Fix two copy mode problems:nicm2014-08-11
* Copy newline when at EOL in vi(1) mode, from Balazs Kezes.nicm2014-06-19
* Simplify copy lines, from Keith Amling.nicm2014-05-14
* Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-13
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* Some more long lines.nicm2014-04-17
* Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-11
* Work out mouse scroll wheel effect when the mouse is first detected andnicm2014-04-03
* Add setb -a to append and a copy mode append command, from J Raynor withnicm2014-03-31
* Fix memory leaks with paste_replace, based on changes from J Raynor.nicm2014-02-17
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* Support paste key in copy mode input (for search etc). Also clamp lengthnicm2014-01-22
* Only exit copy mode at the bottom if no selection in progress, fromnicm2014-01-22
* missing unsigned char casts areound tolower()deraadt2013-11-20
* Support case insensitive searching in the same manner as emacs - allnicm2013-11-09
* Correctly redraw the top two lines in copy mode when they are selected -nicm2013-11-08
* Key to swap to other end of selection (bound to o with vi keys), from Jnicm2013-10-23
* Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott2013-07-12
* Whitespace nits, from Ben Boeckel.Nicholas Marriott2013-07-05