Age | Commit message (Expand) | Author |
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 |
2009-07-27 | Get rid of empty mode_key_free function. | Nicholas Marriott |
2009-07-27 | Change previous-word behavior to move to the beginning of the word (matches | Nicholas Marriott |
2009-07-23 | Redraw after starting selection to correctly remove any existing selection. | Nicholas Marriott |
2009-07-12 | Add a "back to indentation" key in copy mode to move the cursor to the first | Nicholas Marriott |
2009-07-12 | Merge three copies of identical code to move the cursor x position into a | Nicholas Marriott |
2009-07-11 | Copy was using the real line length which after resize can be larger than the | Nicholas Marriott |
2009-07-09 | Stop in the right place so all the lines selected are copied. Reported by Kalle | Nicholas Marriott |
2009-07-02 | Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |