Age | Commit message (Expand) | Author |
2010-06-06 | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott |
2010-06-05 | Make start-of-line work the same as end-of-line on wrapped lines (jump | Nicholas Marriott |
2010-05-31 | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-04-28 | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2010-03-22 | paste-buffer should be per pane, from C. Coutinho. | Nicholas Marriott |
2010-03-22 | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott |
2010-03-14 | Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. | Nicholas Marriott |
2010-03-02 | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott |
2010-03-01 | Extend the end-of-line key so that in normal mode a second press moves | Nicholas Marriott |
2010-02-22 | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott |
2010-02-22 | Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor | Nicholas Marriott |
2010-02-19 | copy mode uses the real screen as backing and if it is updated while copying, | Nicholas Marriott |
2010-02-17 | Make next-word stop at beginning of word even if it is at the start of the | Nicholas Marriott |
2010-02-17 | Don't strip add newline if only copying part of wrapped line. Problem spotted | Nicholas Marriott |
2010-02-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott |
2010-02-04 | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott |
2010-01-27 | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott |
2010-01-25 | Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. | Nicholas Marriott |
2010-01-25 | Update the selection properly after goto line or searching. | Nicholas Marriott |
2010-01-25 | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott |
2010-01-24 | Redraw properly when scrolling backward and the cursor is on the last | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-18 | Missed an unused variable :-/. | Nicholas Marriott |
2009-11-18 | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott |
2009-10-20 | Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. | Nicholas Marriott |
2009-10-13 | Add mode keys to move the cursor to the top, middle and bottom of the screen. | Nicholas Marriott |
2009-10-11 | Clean up by introducing a wrapper struct for mouse clicks rather than passing | Nicholas Marriott |
2009-10-06 | Make C-Up and C-Down in copy mode scroll the screen up and down one line | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-07 | Give each paste buffer a size member instead of requiring them to be | Nicholas Marriott |
2009-08-21 | When moving up or down in copy mode, save the cursor position and size of the | Nicholas Marriott |
2009-08-19 | Don't read beyond the edge of the screen when searching (dies with debug | Nicholas Marriott |
2009-08-18 | Nuke unnecessary assignment. | Nicholas Marriott |
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott |
2009-08-18 | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott |
2009-08-13 | vi(1)-style half page scroll in copy and scroll modes. Move the vi full page | Nicholas Marriott |
2009-08-13 | Scroll by two less than the number of lines in the screen, like emacs, rather | Nicholas Marriott |
2009-08-13 | Allowing copy mode to scroll left and right is annoying, so limit it to the | Nicholas Marriott |
2009-08-13 | Redraw the screen after resizing. | Nicholas Marriott |
2009-08-08 | Add a flags member to the grid_line struct and use it to differentiate lines | Nicholas Marriott |
2009-08-08 | Change the way the grid is stored, previously it was: | Nicholas Marriott |
2009-08-05 | If colours are not supported by the terminal, try to emulate a coloured | Nicholas Marriott |
2009-07-30 | Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy | Nicholas Marriott |
2009-07-28 | Next step towards customisable mode keys: build each default table of keys into | Nicholas Marriott |
2009-07-27 | Remove an unused entry in the mode keys command enum and rename | Nicholas Marriott |
2009-07-27 | Change mode key bindings from big switches into a set of tables. Rather than | Nicholas Marriott |