Age | Commit message (Expand) | Author |
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 |
2010-01-14 | Permit S- prefix on keys for shift. Relatively few terminals support this | Nicholas Marriott |
2010-01-11 | key should be an int not a char. | Nicholas Marriott |
2010-01-08 | $OpenBSD$ not $Id$ | Nicholas Marriott |
2010-01-08 | mouse-select-pane has to redraw the borders now too. | Nicholas Marriott |
2010-01-07 | New command, join-pane, to split and move an existing pane into the space (like | Nicholas Marriott |
2010-01-07 | Fix this properly. | Nicholas Marriott |
2010-01-07 | Don't return the root cell if the string doesn't match. | Nicholas Marriott |
2010-01-07 | Use the specified pane for size calculations. Doh. | Nicholas Marriott |
2010-01-07 | Change split-window to accept a pane target (it should be split-pane but | Nicholas Marriott |
2010-01-06 | Correctly clear 256-colour flag for aixterm colours. | Nicholas Marriott |
2010-01-03 | Fix selection behaviour when the cursor is moved backwards (ie so the selection | Nicholas Marriott |
2010-01-03 | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott |
2010-01-02 | Use the target print function for copy-mode, spotted by Tiago Cunha. | Nicholas Marriott |
2010-01-01 | Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. | Nicholas Marriott |
2009-12-26 | Fix the logic so that transition from a 256 colour to default works properly. | Nicholas Marriott |
2009-12-26 | Nuke some stray debugging. | Nicholas Marriott |
2009-12-24 | Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI | Philip Guenthe |
2009-12-22 | Fix a couple of problems with grouped sessions reported by danh: redraw | Nicholas Marriott |
2009-12-17 | Allow keys to be replaced and reorder the table so that terminfo-defined keys | Nicholas Marriott |
2009-12-14 | Pass through the aixterm bright colours if the terminal supports them (>= 16 | Nicholas Marriott |
2009-12-14 | Add server options to completion as well. | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-11 | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott |
2009-12-04 | vte is buggy and doesn't home the cursor after changing the scroll | Nicholas Marriott |
2009-12-03 | Wrap at 80 columns. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-12-02 | Reflect the keypad mode of the application so that numlock works. | Nicholas Marriott |
2009-12-02 | Close the pane if the process died due to a signal, not just if it exited | Nicholas Marriott |
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott |
2009-12-01 | Look for mice and xterm keys before standard function keys as they are less | Nicholas Marriott |
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott |
2009-11-27 | Add a couple of comments. | Nicholas Marriott |
2009-11-26 | This doesn't need to be u_int. | Nicholas Marriott |
2009-11-26 | Make types clearer and lint happier. | Nicholas Marriott |
2009-11-26 | Fix type - attributes should be u_char not int. | Nicholas Marriott |