- 7ea5602 Add destroy entry to TODO. by Nicholas Marriott · 11 years ago
- c190c73 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
- a9ebb62 Make next-word-end work properly with vi(1) keys, reported by patrick by Nicholas Marriott · 11 years ago
- bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
- e496a54 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
- 3d39b18 Section on clipboard, from Thomas Adam. by Nicholas Marriott · 11 years ago
- a96a8a1 Clarify error messages when setting options, from Thomas Adam. by Nicholas Marriott · 11 years ago
- 064124c When the session option renumber-window is used, ensure we iterate over by Nicholas Marriott · 11 years ago
- 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
- f884fff Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. by Nicholas Marriott · 11 years ago
- c7a121c Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
- 777be29 Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
- a0172a6 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
- 1099442 +strings.h in compat/. by Nicholas Marriott · 11 years ago
- 18989cd Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
- 8281454 Don't set TMUX_CONF in tmux.h. by Nicholas Marriott · 11 years ago
- 097a046 Use _XPG6 on Solaris with GCC because the headers are insane and don't like GCC by Nicholas Marriott · 11 years ago
- 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
- a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
- 662d471 Mark control commands specially so the client can identify them, based by Nicholas Marriott · 11 years ago
- 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- d6debc2 revert r1.156 "Add support for focus notifications when tmux pane changes" by Stuart Henderson · 11 years ago
- ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
- 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
- a97d5b8 Amend tmux.1 handling in .gitignore by Thomas Adam · 11 years ago
- 399d738 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
- c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
- 9fb9f78 Use u_char for the send-keys string to avoid mangling top-bit-set by Nicholas Marriott · 11 years ago
- a0cf65d Instead of eating 1024 bytes or so for the arguments of each command, by Nicholas Marriott · 11 years ago
- 2ee9c4d Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
- e6c77e7 Add a COPYING file, suggested by Dagobert Michelsen. by Nicholas Marriott · 11 years ago
- 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 907ad00 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 88a4da9 Don't let cursor position overflow when reflowing, from Christopher Collins. by Nicholas Marriott · 12 years ago
- 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
- 772d61f RIS should reset focus reporting, from Hayaki Saito. by Nicholas Marriott · 12 years ago
- 5b1cf02 Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead. by Nicholas Marriott · 12 years ago
- 66f4c60 Don't limit width and height to 222 in standard mouse mode. by Nicholas Marriott · 12 years ago
- fce0956 Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC. by Nicholas Marriott · 12 years ago
- 2555ac5 .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. by Nicholas Marriott · 12 years ago
- e323101 Rename global configuration define. by Nicholas Marriott · 12 years ago
- ce52e45 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 4f3c31a Use sysconfdir for the location of global tmux.conf (but default it to /etc), by Nicholas Marriott · 12 years ago
- 70bc8ef Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Thomas Adam · 12 years ago
- cd60e57 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 3d2b7d5 When using choose-tree -u, start with the current window by Nicholas Marriott · 12 years ago
- 04f54ab Get session of -t window rather than client's window. by Nicholas Marriott · 12 years ago
- 46c7dbe Call recalculate_sizes() after killing window in case it is in a grouped by Nicholas Marriott · 12 years ago
- 11b90bc Pass tmux.1.in to awk on stdin rather than as an argument. by Nicholas Marriott · 12 years ago
- 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
- d89b35e Use lockf which is more portable than flock, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
- a46ccbd -paths.h. Fixes Solaris, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
- 5dda1ab Don't let server_client_check_focus use a dead bufferevent, from Romain by Nicholas Marriott · 12 years ago
- 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
- 88428cf %zu format for size_t. by Nicholas Marriott · 12 years ago
- c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago
- 9e537c8 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 2c4543b Add back missing -V flag by Thomas Adam · 12 years ago
- b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 27dcf47 Remove some Korean characters from the zero-width list that apparently by Nicholas Marriott · 12 years ago
- caa8290 Copy the client into the new cmdq in source-file so commands that work by Nicholas Marriott · 12 years ago
- 7f9b225 Call setlocale(LC_TIME) at startup. by Nicholas Marriott · 12 years ago
- 4ccb2e2 TODO tweaks. by Nicholas Marriott · 12 years ago
- cbee283 Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which by Nicholas Marriott · 12 years ago
- 9fcda95 Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. by Nicholas Marriott · 12 years ago
- 7ada64d Fix bug where end guard in control mode was not printed after session by Nicholas Marriott · 12 years ago
- 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
- e312db1 Add wait-for to tmux.vim from Ben Boeckel. by Nicholas Marriott · 12 years ago
- 743bd12 Need errno.h, reported by Swaroop M S. by Nicholas Marriott · 12 years ago
- 69c8637 Remove some code not needed on OpenBSD. by Nicholas Marriott · 12 years ago
- 46b3c1a Use proc_bsdinfo which works on older OS X versions, from OZAKI Kiichi. by Nicholas Marriott · 12 years ago
- 3ea8934 TODO changes. by Nicholas Marriott · 12 years ago
- 738e789 If -s to swap-pane is not given, use the current pane. by Nicholas Marriott · 12 years ago
- 66afcf5 Make copy-mode -u still scroll up if already in copy mode, handy for by Nicholas Marriott · 12 years ago
- 4b0ed56 Tidy up and trim down TODO file. by Nicholas Marriott · 12 years ago
- dc2af83 New code doesn't build on old versions of OS X so only support 10.7 and by Nicholas Marriott · 12 years ago
- 64ea882 Add define for timersub to compat.h. by Nicholas Marriott · 12 years ago
- 629cfec Trivial typo fixes in changes. by Nicholas Marriott · 12 years ago
- 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
- 5e4d9a3 Move the cursor back into the last column on CUU/CUD to match xterm by Nicholas Marriott · 12 years ago
- 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
- 5fe0576 Working on 1.9 by Thomas Adam · 12 years ago
- 1b083aa Update CHANGES and configure.ac for 1.8 release. by Thomas Adam · 12 years ago 1.8
- 399a15b Merge branch 'obsd-master' by Thomas · 12 years ago
- dfac36b Only accept partial keys if the timer has not expired, fixes infinite by Nicholas Marriott · 12 years ago
- 771d7db Fix compiler warnings, missing #include. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
- be390c1 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 2fd0cb7 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
- 5f5d413 Remove compat/vis.h from cmd-save-buffer. by Thomas Adam · 12 years ago
- 972da2d Try to establish client for run-shell and if-shell if no -t. by Nicholas Marriott · 12 years ago
- e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
- 777edd0 Add to TODO. by Nicholas Marriott · 12 years ago
- 855d6fe Add to TODO. by Nicholas Marriott · 12 years ago
- b625ad6 Use -std=gnu99 not c99 with GCC. by Nicholas Marriott · 12 years ago
- 97b5df3 Portability fix-ups by Thomas Adam · 12 years ago
- 7a87c7e Fixup Makefile by Thomas Adam · 12 years ago