2010-05-19 |
Nicholas Marriott | Enhance paste-buffer to allow lines to be separated...
|
commit | commitdiff | tree |
2010-05-14 |
Nicholas Marriott | Colour+attribute options for status line alerts, from...
|
commit | commitdiff | tree |
2010-05-14 |
Nicholas Marriott | Accept (and document) "none" instead of "default" for...
|
commit | commitdiff | tree |
2010-05-14 |
Nicholas Marriott | Use $OpenBSD$.
|
commit | commitdiff | tree |
2010-05-05 |
Nicholas Marriott | Identical behaviour to select-prompt can now be obtained...
|
commit | commitdiff | tree |
2010-05-04 |
Nicholas Marriott | Put this back in with the initialisation in the right...
|
commit | commitdiff | tree |
2010-05-04 |
Nicholas Marriott | Revert last change, it appears to be broken somehow.
|
commit | commitdiff | tree |
2010-05-03 |
Nicholas Marriott | Make signal handler setup/teardown two common functions...
|
commit | commitdiff | tree |
2010-04-28 |
Nicholas Marriott | Make the active pane border have a green foreground...
|
commit | commitdiff | tree |
2010-04-28 |
Nicholas Marriott | Fix crash when resizing in copy mode, when cursor can...
|
commit | commitdiff | tree |
2010-04-27 |
Nicholas Marriott | imsg.h does not need sys/tree.h.
|
commit | commitdiff | tree |
2010-04-25 |
Nicholas Marriott | Add a tiled layout, originally from Liam Bedford a...
|
commit | commitdiff | tree |
2010-04-23 |
Nicholas Marriott | When converting A-Z into a control character, want...
|
commit | commitdiff | tree |
2010-04-21 |
Nicholas Marriott | Mark zombie windows as dead in choose-window list,...
|
commit | commitdiff | tree |
2010-04-21 |
Nicholas Marriott | Rewrite key string conversions to be readable and to...
|
commit | commitdiff | tree |
2010-04-18 |
Nicholas Marriott | Catch SIGCHLD to avoid a zombie, from patrick keshishian.
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Marriott | Fix typo in escape state table leading to fatal() when...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Marriott | If remain-on-exit is set, both the error callback and...
|
commit | commitdiff | tree |
2010-04-17 |
Nicholas Marriott | Fix use-after-free of the window link when it is part...
|
commit | commitdiff | tree |
2010-04-07 |
Nicholas Marriott | Remove XXX comment and just close received fd if calloc...
|
commit | commitdiff | tree |
2010-04-06 |
Nicholas Marriott | Merge copy mode and output mode, dropping the latter...
|
commit | commitdiff | tree |
2010-04-05 |
Nicholas Marriott | Mention title setting, and the new default.
|
commit | commitdiff | tree |
2010-04-04 |
Nicholas Marriott | Should be -s for src pane.
|
commit | commitdiff | tree |
2010-04-04 |
Nicholas Marriott | Dead assignment, found with clang.
|
commit | commitdiff | tree |
2010-04-04 |
Nicholas Marriott | Run job commands explicitly in the global enviroment...
|
commit | commitdiff | tree |
2010-04-04 |
Nicholas Marriott | Squash a function that is only called in a callback...
|
commit | commitdiff | tree |
2010-03-31 |
Nicholas Marriott | Don't accept keys with modifiers as input. Fixes crash...
|
commit | commitdiff | tree |
2010-03-27 |
Nicholas Marriott | Don't leak job command in #().
|
commit | commitdiff | tree |
2010-03-27 |
Nicholas Marriott | -a flag to insert a window after an existing one, moving...
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Dead functions, lint.
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Reset output functions too when changing client after...
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | paste-buffer should be per pane, from C. Coutinho.
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Nuke unused variable.
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Add vi-style "jump" commands for copy mode, from Micah...
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Support up, down, left, right movement through panes...
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | Accept a full key match (not a partial) even if there...
|
commit | commitdiff | tree |
2010-03-22 |
Nicholas Marriott | New input parser based on http://vt100.net/emu/dec_ansi_parser.
|
commit | commitdiff | tree |
2010-03-14 |
Nicholas Marriott | Fix a use-after-free when cancelling copy mode, or...
|
commit | commitdiff | tree |
2010-03-02 |
Nicholas Marriott | Permit keys in copy mode to be prefixed by a repeat...
|
commit | commitdiff | tree |
2010-03-01 |
Nicholas Marriott | Extend the end-of-line key so that in normal mode a...
|
commit | commitdiff | tree |
2010-03-01 |
Nicholas Marriott | Check for colour and attribute modifications early...
|
commit | commitdiff | tree |
2010-02-24 |
Nicholas Marriott | Typo fix from Tim van der Molen.
|
commit | commitdiff | tree |
2010-02-24 |
Nicholas Marriott | Don't set the terminal to nonblocking on detach until...
|
commit | commitdiff | tree |
2010-02-22 |
Nicholas Marriott | Option to set the characters considered word separators...
|
commit | commitdiff | tree |
2010-02-22 |
Nicholas Marriott | In load-buffer, read until EOF rather than using stat...
|
commit | commitdiff | tree |
2010-02-22 |
Nicholas Marriott | Another copy mode fix from Micah Cowan: in rectangle...
|
commit | commitdiff | tree |
2010-02-22 |
Nicholas Marriott | Display -t argument to new-session, from Tiago Cunha.
|
commit | commitdiff | tree |
2010-02-19 |
Nicholas Marriott | have_arg matches buf so it is no longer necessary,...
|
commit | commitdiff | tree |
2010-02-19 |
Nicholas Marriott | copy mode uses the real screen as backing and if it...
|
commit | commitdiff | tree |
2010-02-17 |
Nicholas Marriott | Make next-word stop at beginning of word even if it...
|
commit | commitdiff | tree |
2010-02-17 |
Nicholas Marriott | Man page additions/improvements, thanks to Robin Lee...
|
commit | commitdiff | tree |
2010-02-17 |
Nicholas Marriott | Don't strip add newline if only copying part of wrapped...
|
commit | commitdiff | tree |
2010-02-11 |
Nicholas Marriott | Add "N" key to search the opposite way from the last...
|
commit | commitdiff | tree |
2010-02-10 |
Nicholas Marriott | Clarify default status-right, from Seth Wright.
|
commit | commitdiff | tree |
2010-02-08 |
Nicholas Marriott | Add an option to disable the smcup/rmcup alternate...
|
commit | commitdiff | tree |
2010-02-07 |
Nicholas Marriott | next-layout is bound to Space not C-Space.
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Use the array.h code for the causes list.
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Support attaching a client read-only with a new -r...
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Change nested check to compare server socket path rather...
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Clean up $TMUX parsing, from Micah Cowan, tweaked by me.
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Rectangle copy support, from Robin Lee Powell.
|
commit | commitdiff | tree |
2010-02-06 |
Nicholas Marriott | Instead of bailing out on the first configuration file...
|
commit | commitdiff | tree |
2010-02-04 |
Nicholas Marriott | vi-style B, W and E keys in copy mode to navigate between...
|
commit | commitdiff | tree |
2010-02-04 |
Nicholas Marriott | Read the path from $TMUX if it is present and -L and...
|
commit | commitdiff | tree |
2010-02-04 |
Nicholas Marriott | Option to display the active pane in a different colour...
|
commit | commitdiff | tree |
2010-02-03 |
Nicholas Marriott | Fix divide by zero on small windows with main-* layouts.
|
commit | commitdiff | tree |
2010-02-01 |
Nicholas Marriott | If redrawing line 0 of the screen onto the tty, there...
|
commit | commitdiff | tree |
2010-02-01 |
Nicholas Marriott | Add scroll-up/scroll-down for choose/more mode, from...
|
commit | commitdiff | tree |
2010-01-31 |
Nicholas Marriott | Remove unnecessary comparison, pointed out by Tiago...
|
commit | commitdiff | tree |
2010-01-31 |
Nicholas Marriott | Fix DPADD, from Brad.
|
commit | commitdiff | tree |
2010-01-30 |
Nicholas Marriott | Don't stop parsing command sequences when a command...
|
commit | commitdiff | tree |
2010-01-30 |
Nicholas Marriott | Ignore SIGHUP as well.
|
commit | commitdiff | tree |
2010-01-28 |
Nicholas Marriott | Typo, from Micah Cowan.
|
commit | commitdiff | tree |
2010-01-27 |
Nicholas Marriott | Actually bind the new key to e.
|
commit | commitdiff | tree |
2010-01-27 |
Nicholas Marriott | Calculate offset correctly, fixes incorrect offset...
|
commit | commitdiff | tree |
2010-01-27 |
Nicholas Marriott | Alter next-word to have vi-like movement behaviour...
|
commit | commitdiff | tree |
2010-01-26 |
Nicholas Marriott | Actually use the copy made when no newline is found...
|
commit | commitdiff | tree |
2010-01-25 |
Nicholas Marriott | Hugely simplify window_copy_cursor_next_word, which...
|
commit | commitdiff | tree |
2010-01-25 |
Nicholas Marriott | Update the selection properly after goto line or searching.
|
commit | commitdiff | tree |
2010-01-25 |
Nicholas Marriott | Top/bottom of history mode keys, diff from Micah Cowan...
|
commit | commitdiff | tree |
2010-01-24 |
Nicholas Marriott | Redraw properly when scrolling backward and the cursor...
|
commit | commitdiff | tree |
2010-01-23 |
Nicholas Marriott | When a window is destroyed, remove all links to it...
|
commit | commitdiff | tree |
2010-01-23 |
Nicholas Marriott | Don't leak if arguments appear multiple times, from...
|
commit | commitdiff | tree |
2010-01-23 |
Nicholas Marriott | Use C-e and C-y for scrolling in vi mode, from Micah...
|
commit | commitdiff | tree |
2010-01-20 |
Nicholas Marriott | Don't leak line, from Tiago Cunha.
|
commit | commitdiff | tree |
2010-01-19 |
Nicholas Marriott | Permit !, + and - to be used for window targets to...
|
commit | commitdiff | tree |
2010-01-18 |
Nicholas Marriott | Missing Pp, from Tiago Cunha.
|
commit | commitdiff | tree |
2010-01-14 |
Nicholas Marriott | Document swap-pane -d.
|
commit | commitdiff | tree |
2010-01-14 |
Nicholas Marriott | Permit S- prefix on keys for shift. Relatively few...
|
commit | commitdiff | tree |
2010-01-11 |
Nicholas Marriott | key should be an int not a char.
|
commit | commitdiff | tree |
2010-01-08 |
Nicholas Marriott | $OpenBSD$ not $Id$
|
commit | commitdiff | tree |
2010-01-08 |
Nicholas Marriott | mouse-select-pane has to redraw the borders now too.
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Marriott | New command, join-pane, to split and move an existing...
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Marriott | Fix this properly.
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Marriott | Don't return the root cell if the string doesn't match.
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Marriott | Use the specified pane for size calculations. Doh.
|
commit | commitdiff | tree |
2010-01-07 |
Nicholas Marriott | Change split-window to accept a pane target (it should...
|
commit | commitdiff | tree |
2010-01-06 |
Nicholas Marriott | Correctly clear 256-colour flag for aixterm colours.
|
commit | commitdiff | tree |
2010-01-03 |
Nicholas Marriott | Fix selection behaviour when the cursor is moved backwards...
|
commit | commitdiff | tree |
2010-01-03 |
Nicholas Marriott | Options to set the colour of the pane borders, with...
|
commit | commitdiff | tree |