- 6fc9697 Add to TODO. by Nicholas Marriott · 12 years ago
- 8e3767e Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
- c577b47 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- cb6f366 evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
- 7905f46 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 41c39e9 Remove stray blank line. by Nicholas Marriott · 12 years ago
- f81d723 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- e68b9ab Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- e487b87 Clear last attributes after reset in string_cells, from George Nachman. by Nicholas Marriott · 12 years ago
- 1e20153 Fix so capture-pane/save-buffer can work in control clients, from George by Nicholas Marriott · 12 years ago
- 4621a52 Include ML and IRC in the text. by Nicholas Marriott · 12 years ago
- e90a742 Tweak bold link. by Nicholas Marriott · 12 years ago
- b219d54 Simplify main www page. by Nicholas Marriott · 12 years ago
- 3108d80 Move NOTES->README, move Vim syntax file documentation to the file itself and by Nicholas Marriott · 12 years ago
- 8a7d463 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
- c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
- 5a5e285 Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
- 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
- a96dd19 Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
- 6932447 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
- 255a4f8 load_cfg can actually use the same context now they are reference counted. by Nicholas Marriott · 12 years ago
- e2b26d9 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
- 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
- 2a91025 Use tty_raw on stop, not tty_puts. by Nicholas Marriott · 12 years ago
- 37d34b6 Don't hang when clearing line in choose mode now that the cursor stays at the by Nicholas Marriott · 12 years ago
- 4445282 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
- e4bb870 Add resize-pane -x and -y for absolute pane size. by Nicholas Marriott · 12 years ago
- a6c4c2c Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
- ba3b8cc Correctly turn handle UTF8 mouse option being toggled, from Egmont Koblinger. by Nicholas Marriott · 12 years ago
- e5eee7d Support the latest theory for mouse input, this is enabled/disabled with SM/RM by Nicholas Marriott · 12 years ago
- d826101 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
- 9d165df No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- 7d1a8f7 Remove stray test code which would convert abc to x. by Nicholas Marriott · 12 years ago
- 8df3ec6 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence and by Nicholas Marriott · 12 years ago
- 4c91c15 I strongly suspect it is possible for tmux to block on detach in tty_raw, so by Nicholas Marriott · 12 years ago
- cf2c023 Instead of loads of little screen_write_*_on and off functions which just by Nicholas Marriott · 12 years ago
- 3d9fd1c Add various checks to turn off bits that can't work in control mode (such as by Nicholas Marriott · 12 years ago
- d1e8fb3 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 1e3a4f2 Do not include status line in size calculations in control mode. by Nicholas Marriott · 12 years ago
- 2ac1d46 Don't set key KEYC_NONE on xterm_keys_find match() by Thomas Adam · 12 years ago
- 77a2174 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
- 3e270af Don't omit half the default table (!= not ==). by Nicholas Marriott · 12 years ago
- 10db7ec Include the \033 in the key tree and adjust key matching for this change. by Nicholas Marriott · 12 years ago
- 4f01bfc Make choose-tree actually work again. by Nicholas Marriott · 12 years ago
- 1d591ad Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
- 2bdc59f Fix a comment for new key table names. by Nicholas Marriott · 12 years ago
- 784a74d Fix function parameter to tty_keys_free. by Nicholas Marriott · 12 years ago
- 82355d2 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
- 97a99d8 Add -c to refresh-client to set client size in control mode, based on code from by Nicholas Marriott · 12 years ago
- 755d486 Spaces -> tabs. by Nicholas Marriott · 12 years ago
- 2854439 Do not leak formats in status_replace. by Nicholas Marriott · 12 years ago
- 931b010 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
- 6e03b50 Run session command before window in choose-tree. by Nicholas Marriott · 12 years ago
- 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
- f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
- fc6f08d No more need for freefn. by Nicholas Marriott · 12 years ago
- 68e3705 Fix constness of window_choose_add_item and _window. by Nicholas Marriott · 12 years ago
- 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
- 36fe146 Fix choose-tree usage. by Nicholas Marriott · 12 years ago
- caa29af Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
- 0f31d23 Return error for --foo when using compat/getopt.c. by Nicholas Marriott · 12 years ago
- 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
- 7360ff4 Use proc_pidinfo on Darwin for process name too, from OZAKI Kiichi. by Nicholas Marriott · 12 years ago
- a6fd92b Remove stray change accidentally committed. by Nicholas Marriott · 12 years ago
- 06ac4b6 Add a format client_prefix which is 1 if prefix key has been pressed, used for by Nicholas Marriott · 12 years ago
- 6c53a1e Allow formats in status options. by Nicholas Marriott · 12 years ago
- 6ad2c5c Show alias in lscm output. by Nicholas Marriott · 12 years ago
- 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
- f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
- aadc87f Remove free callback for window_choose_data objects. by Nicholas Marriott · 12 years ago
- 4d382ae Miscellaneous tidying of choose API, including: by Nicholas Marriott · 12 years ago
- 418ba99 Add to TODO. by Nicholas Marriott · 12 years ago
- 648ce2f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 0648c58 Add to TODO list. by Nicholas Marriott · 12 years ago
- 01da28e Minor update to .gitignore by Thomas Adam · 12 years ago
- 6d6e158 Use osdep_get_cwd() for format change by Thomas Adam · 12 years ago
- 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
- a552159 Don't set some string formats if the string is NULL. by Nicholas Marriott · 12 years ago
- fe00607 Only set AUTO{MAKE,CONF}_VERSION on OpenBSD by Thomas Adam · 12 years ago
- 6e6d756 Corrections to SYNCING by Thomas Adam · 12 years ago
- 85531fd Unused variable/type nit from Thomas Adam. by Nicholas Marriott · 12 years ago
- c4c98df Add -Wdeclaration-after-statement. by Nicholas Marriott · 12 years ago
- a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
- c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
- 2ca8b7f Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 3a09e01 Do not allow cursor colours to be set beginning with ? as that will by Nicholas Marriott · 12 years ago
- d313158 Fix some blank line nits. by Nicholas Marriott · 12 years ago
- 57ca428 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- b0e2ef1 Update www for new SF URLs. by Nicholas Marriott · 12 years ago
- b237d9d Updated SYNCING by Thomas Adam · 12 years ago
- de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
- 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
- bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
- 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- f4472c1 Fix keyword matching. by Tiago Cunha · 12 years ago