| Commit message (Expand) | Author | Age |
* | Pass window into mode functions. | nicm | 2018-12-18 |
* | Handle UTF-8 in word-separators option, GitHub issue 1551. | nicm | 2018-11-28 |
* | It isn't possible to specify buffer name to copy mode commands now, so | nicm | 2018-11-08 |
* | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | nicm | 2018-10-03 |
* | Allow panes to be 1 line or column by redrawing instead of using the | nicm | 2018-09-25 |
* | Do not clear selection when searching. | nicm | 2018-09-10 |
* | Allow a large line number to go to the end with goto-line, from Mark | nicm | 2018-09-03 |
* | Fix selection test, from Takeshi Banse. | nicm | 2018-09-03 |
* | Reset line flag when clearing selection, GitHub issue 1454. | nicm | 2018-08-29 |
* | Move job struct into job.c. | nicm | 2018-08-23 |
* | Fix problems with page scrolling in copy mode, GitHub issue 1440 from | nicm | 2018-08-20 |
* | calloc the mode data instead of malloc and initialize everything. | nicm | 2018-08-05 |
* | Initialize new lineflag member. | nicm | 2018-08-01 |
* | Move struct screen_sel into screen.c and tidy up members that are only | nicm | 2018-07-31 |
* | Add a rectangle_toggle format, from Hirokazu Hata. | nicm | 2018-07-06 |
* | Add accessors for grid linedata member, for some future work. From Dan | nicm | 2018-07-04 |
* | Do not take address of a member of a NULL pointer. GitHub issue 1382 | nicm | 2018-06-26 |
* | Check whether cursor is at start or end when copying rectangular | nicm | 2018-04-23 |
* | Add a missing client-detached hook when the server shuts down, and do | nicm | 2018-03-08 |
* | Add -and-cancel variants for scrolling commands to exit copy mode when | nicm | 2017-11-16 |
* | When searching in copy mode, do not scroll if the result is already on | nicm | 2017-11-13 |
* | Remove unused (always 1) arguments from some functions, from Daniel | nicm | 2017-09-13 |
* | Move to current mouse position not last when clcking in copy mode; fixes | nicm | 2017-09-04 |
* | Redraw rectangle selections properly when cursor at end, GitHub issue 992. | nicm | 2017-08-29 |
* | Fix searching when match is at end of line, from Brad Town. | nicm | 2017-08-23 |
* | Add selection_present format so commands in copy mode can use it, GitHub | nicm | 2017-08-02 |
* | Add a hook when the clipboard is set. | nicm | 2017-06-09 |
* | Make set-clipboard a three-state option so tmux itself can ignore the | nicm | 2017-06-03 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
* | Do not factor in screen_hsize() for the visible copy mode screen when | nicm | 2017-05-29 |
* | Scrolling needs to use background colour. | nicm | 2017-05-12 |
* | Store copy mode search string in pane so search-again command works even | nicm | 2017-05-12 |
* | Add a format for the name of the pane's mode, lets it be used as a | nicm | 2017-05-07 |
* | Add a format for the last search string in copy mode and fix the prompt | nicm | 2017-05-03 |
* | If a #() command doesn't exit, use its most recent line of output (it | nicm | 2017-04-20 |
* | Show count of search results in copy mode. | nicm | 2017-03-24 |
* | Fix movement after select-line, from Omar Sandoval. | nicm | 2017-03-21 |
* | Skip over padding cells when moving the cursor left or right. | nicm | 2017-03-08 |
* | Add a helper function for the most common format_create/defaults/expand | nicm | 2017-03-08 |
* | window_copy_pagedown shouldn't reset the mode anymore, instead let the | nicm | 2017-02-08 |
* | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
* | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | nicm | 2017-01-07 |
* | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
* | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 |
* | Make the selection able to exist independent of the cursor position, so | nicm | 2016-11-24 |
* | Add copy-pipe-and-cancel, from Artem Fokin. | nicm | 2016-11-15 |
* | Add support for BCE (background colour erase). This makes various escape | nicm | 2016-10-13 |
* | Unused variable and missing time.h. | nicm | 2016-10-12 |
* | Add static in window-*.c and move some internal functions out of tmux.h. | nicm | 2016-10-11 |
* | Support double and triple clicks (they are cumulative, so double is | nicm | 2016-10-11 |