- f81190a Mention title setting, and the new default. by Nicholas Marriott · 15 years ago
- 6704c86 rather than using an empty "" as the default window title, put the hostname by Bob Beck · 15 years ago
- 680f920 tweak; by Jason McIntyre · 15 years ago
- 089c33f Should be -s for src pane. by Nicholas Marriott · 15 years ago
- 46d5c14 Dead assignment, found with clang. by Nicholas Marriott · 15 years ago
- b02cd35 Run job commands explicitly in the global enviroment (which can be by Nicholas Marriott · 15 years ago
- 7425122 Squash a function that is only called in a callback into the callback function. by Nicholas Marriott · 15 years ago
- 56481a4 Don't accept keys with modifiers as input. Fixes crash reported by Brian by Nicholas Marriott · 15 years ago
- 41f90bd Don't leak job command in #(). by Nicholas Marriott · 15 years ago
- d3d85c3 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
- d267845 dispense with some wacky escape sequences; by Jason McIntyre · 15 years ago
- c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
- e16b7b8 Reset output functions too when changing client after attaching, to by Nicholas Marriott · 15 years ago
- 9abbe34 paste-buffer should be per pane, from C. Coutinho. by Nicholas Marriott · 15 years ago
- 509ce7f Nuke unused variable. by Nicholas Marriott · 15 years ago
- 0ac6efa Add vi-style "jump" commands for copy mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- 021037c Accept a full key match (not a partial) even if there is data left in by Nicholas Marriott · 15 years ago
- 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
- 48dd720 Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. by Nicholas Marriott · 15 years ago
- 7bc3f5d Permit keys in copy mode to be prefixed by a repeat count, entered with by Nicholas Marriott · 15 years ago
- 56a33b1 Extend the end-of-line key so that in normal mode a second press moves by Nicholas Marriott · 15 years ago
- c7046b9 Check for colour and attribute modifications early so the translated by Nicholas Marriott · 15 years ago
- 6ac3343 Typo fix from Tim van der Molen. by Nicholas Marriott · 15 years ago
- f1dd956 Don't set the terminal to nonblocking on detach until we have finished with it by Nicholas Marriott · 15 years ago
- 6767072 Option to set the characters considered word separators in copy mode, from by Nicholas Marriott · 15 years ago
- efbcf87 In load-buffer, read until EOF rather than using stat() and reading a fixed by Nicholas Marriott · 15 years ago
- 73b8c3e Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor by Nicholas Marriott · 15 years ago
- 2521102 Display -t argument to new-session, from Tiago Cunha. by Nicholas Marriott · 15 years ago
- 24634b6 have_arg matches buf so it is no longer necessary, spotted by Tim van der Molen. by Nicholas Marriott · 15 years ago
- 3a89d1e copy mode uses the real screen as backing and if it is updated while copying, by Nicholas Marriott · 15 years ago
- a61b8a2 Make next-word stop at beginning of word even if it is at the start of the by Nicholas Marriott · 15 years ago
- c164f58 Man page additions/improvements, thanks to Robin Lee Powell. by Nicholas Marriott · 15 years ago
- d285f7f Don't strip add newline if only copying part of wrapped line. Problem spotted by Nicholas Marriott · 15 years ago
- 44ded35 Add "N" key to search the opposite way from the last search (reverse of "n"), by Nicholas Marriott · 15 years ago
- f429057 Clarify default status-right, from Seth Wright. by Nicholas Marriott · 15 years ago
- 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
- 2dc74f2 next-layout is bound to Space not C-Space. by Nicholas Marriott · 15 years ago
- 4651180 Use the array.h code for the causes list. by Nicholas Marriott · 15 years ago
- bb53c20 Support attaching a client read-only with a new -r flag to the attach-session by Nicholas Marriott · 15 years ago
- 0a86d35 Change nested check to compare server socket path rather than just assuming by Nicholas Marriott · 15 years ago
- 4a5017d Clean up $TMUX parsing, from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
- 3ef3802 Rectangle copy support, from Robin Lee Powell. by Nicholas Marriott · 15 years ago
- 8aba77b Instead of bailing out on the first configuration file error, carry on, by Nicholas Marriott · 15 years ago
- 5e6a7c8 vi-style B, W and E keys in copy mode to navigate between words treating only by Nicholas Marriott · 15 years ago
- e7c6f81 Read the path from $TMUX if it is present and -L and -S are not given. Based on by Nicholas Marriott · 15 years ago
- 604b02c Option to display the active pane in a different colour with the display-panes by Nicholas Marriott · 15 years ago
- d6bd9c0 Fix divide by zero on small windows with main-* layouts. by Nicholas Marriott · 15 years ago
- 9ffe549 If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on by Nicholas Marriott · 15 years ago
- 06ce9da Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
- c29bfd2 Remove unnecessary comparison, pointed out by Tiago Cunha. by Nicholas Marriott · 15 years ago
- 383c682 Fix DPADD, from Brad. by Nicholas Marriott · 15 years ago
- 8a37a1c Don't stop parsing command sequences when a command requests the client to by Nicholas Marriott · 15 years ago
- 65c9004 Ignore SIGHUP as well. by Nicholas Marriott · 15 years ago
- 6abd984 Typo, from Micah Cowan. by Nicholas Marriott · 15 years ago
- f941879 Actually bind the new key to e. by Nicholas Marriott · 15 years ago
- 05213e4 Calculate offset correctly, fixes incorrect offset and prevents crash when by Nicholas Marriott · 15 years ago
- 3e2cc2d Alter next-word to have vi-like movement behaviour, and add next-word-end with by Nicholas Marriott · 15 years ago
- ba6dedb Actually use the copy made when no newline is found, from martynas@. by Nicholas Marriott · 15 years ago
- f26312f Hugely simplify window_copy_cursor_next_word, which was way overcomplicated. by Nicholas Marriott · 15 years ago
- e31480c Update the selection properly after goto line or searching. by Nicholas Marriott · 15 years ago
- 1e5a94f Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. by Nicholas Marriott · 15 years ago
- 75e13c8 Redraw properly when scrolling backward and the cursor is on the last by Nicholas Marriott · 15 years ago
- b9ade6e When a window is destroyed, remove all links to it from each session rather by Nicholas Marriott · 15 years ago
- c0d3e43 Don't leak if arguments appear multiple times, from Tiago Cunha. by Nicholas Marriott · 15 years ago
- 8865eb2 Use C-e and C-y for scrolling in vi mode, from Micah Cowan. by Nicholas Marriott · 15 years ago
- 097a501 Don't leak line, from Tiago Cunha. by Nicholas Marriott · 15 years ago
- 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
- f569950 Missing Pp, from Tiago Cunha. by Nicholas Marriott · 15 years ago
- a4ebd9a Document swap-pane -d. by Nicholas Marriott · 15 years ago
- d5d0a36 Permit S- prefix on keys for shift. Relatively few terminals support this by Nicholas Marriott · 15 years ago
- 8f301ed key should be an int not a char. by Nicholas Marriott · 15 years ago
- 3211bc5 $OpenBSD$ not $Id$ by Nicholas Marriott · 15 years ago
- 6789088 mouse-select-pane has to redraw the borders now too. by Nicholas Marriott · 15 years ago
- 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago
- 519c6fc Fix this properly. by Nicholas Marriott · 15 years ago
- ac46e87 Don't return the root cell if the string doesn't match. by Nicholas Marriott · 15 years ago
- 526bb6f Use the specified pane for size calculations. Doh. by Nicholas Marriott · 15 years ago
- 462a113 Change split-window to accept a pane target (it should be split-pane but by Nicholas Marriott · 15 years ago
- ad8509f Correctly clear 256-colour flag for aixterm colours. by Nicholas Marriott · 15 years ago
- 739b937 Fix selection behaviour when the cursor is moved backwards (ie so the selection by Nicholas Marriott · 15 years ago
- 7e4f8b4 Options to set the colour of the pane borders, with different colours for the by Nicholas Marriott · 15 years ago
- 121ba57 Use the target print function for copy-mode, spotted by Tiago Cunha. by Nicholas Marriott · 15 years ago
- 9ee9791 Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. by Nicholas Marriott · 15 years ago
- a775107 Fix the logic so that transition from a 256 colour to default works properly. by Nicholas Marriott · 15 years ago
- cd9b1b1 Nuke some stray debugging. by Nicholas Marriott · 15 years ago
- a3715e7 Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI by Philip Guenther · 15 years ago
- 4feee12 Fix a couple of problems with grouped sessions reported by danh: redraw by Nicholas Marriott · 15 years ago
- 19ea306 Allow keys to be replaced and reorder the table so that terminfo-defined keys by Nicholas Marriott · 15 years ago
- 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
- 84d2e6c Add server options to completion as well. by Nicholas Marriott · 15 years ago
- 30962cb New server option, escape-time, to set the timeout used to detect if escapes by Nicholas Marriott · 15 years ago
- 3f58cba Use quiet variable, and add missing sentinel to options array. by Nicholas Marriott · 15 years ago
- a4c9a80 Add "server options" which are server-wide and not bound to a session or by Nicholas Marriott · 15 years ago
- 6311bd1 Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right by Nicholas Marriott · 15 years ago
- 796eb52 vte is buggy and doesn't home the cursor after changing the scroll by Nicholas Marriott · 15 years ago
- e755475 Wrap at 80 columns. by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
- 6bbc92a Reflect the keypad mode of the application so that numlock works. by Nicholas Marriott · 15 years ago