Age | Commit message (Expand) | Author |
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-03-01 | Check for colour and attribute modifications early so the translated | Nicholas Marriott |
2010-02-24 | Typo fix from Tim van der Molen. | Nicholas Marriott |
2010-02-24 | Don't set the terminal to nonblocking on detach until we have finished with it | Nicholas Marriott |
2010-02-22 | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott |
2010-02-22 | In load-buffer, read until EOF rather than using stat() and reading a fixed | Nicholas Marriott |
2010-02-22 | Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor | Nicholas Marriott |
2010-02-22 | Display -t argument to new-session, from Tiago Cunha. | Nicholas Marriott |
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | 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 | Man page additions/improvements, thanks to Robin Lee Powell. | 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-10 | Clarify default status-right, from Seth Wright. | Nicholas Marriott |
2010-02-08 | Add an option to disable the smcup/rmcup alternate screen behaviour inside | Nicholas Marriott |
2010-02-07 | next-layout is bound to Space not C-Space. | Nicholas Marriott |
2010-02-06 | Use the array.h code for the causes list. | Nicholas Marriott |
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott |
2010-02-06 | Change nested check to compare server socket path rather than just assuming | Nicholas Marriott |
2010-02-06 | Clean up $TMUX parsing, from Micah Cowan, tweaked by me. | Nicholas Marriott |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott |
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | Nicholas Marriott |
2010-02-04 | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott |
2010-02-04 | Read the path from $TMUX if it is present and -L and -S are not given. Based on | Nicholas Marriott |
2010-02-04 | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott |
2010-02-03 | Fix divide by zero on small windows with main-* layouts. | Nicholas Marriott |
2010-02-01 | If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on | Nicholas Marriott |
2010-02-01 | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | Nicholas Marriott |
2010-01-31 | Remove unnecessary comparison, pointed out by Tiago Cunha. | Nicholas Marriott |
2010-01-31 | Fix DPADD, from Brad. | Nicholas Marriott |
2010-01-30 | Don't stop parsing command sequences when a command requests the client to | Nicholas Marriott |
2010-01-30 | Ignore SIGHUP as well. | Nicholas Marriott |
2010-01-28 | Typo, from Micah Cowan. | Nicholas Marriott |
2010-01-27 | Actually bind the new key to e. | Nicholas Marriott |
2010-01-27 | Calculate offset correctly, fixes incorrect offset and prevents crash when | Nicholas Marriott |
2010-01-27 | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott |
2010-01-26 | Actually use the copy made when no newline is found, from martynas@. | 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 |
2010-01-23 | When a window is destroyed, remove all links to it from each session rather | Nicholas Marriott |
2010-01-23 | Don't leak if arguments appear multiple times, from Tiago Cunha. | Nicholas Marriott |
2010-01-23 | Use C-e and C-y for scrolling in vi mode, from Micah Cowan. | Nicholas Marriott |
2010-01-20 | Don't leak line, from Tiago Cunha. | Nicholas Marriott |
2010-01-19 | Permit !, + and - to be used for window targets to specify last window (!), or | Nicholas Marriott |
2010-01-18 | Missing Pp, from Tiago Cunha. | Nicholas Marriott |
2010-01-14 | Document swap-pane -d. | Nicholas Marriott |