- 5658b62 Look for utempter_add_record to be sure we have the new utempter API, the old by Nicholas Marriott · 9 years ago
- b429a00 Add to TODO. by Nicholas Marriott · 9 years ago
- 410ccce Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 312a7a1 Make scrolling behaviour more sensible and maintain cursor position, as by nicm · 9 years ago
- ed598e9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- fa97b0a Instead of reusing MouseUp at the finish of a drag, add a new key by nicm · 9 years ago
- 3dfc79f Tweak a comment. by Nicholas Marriott · 9 years ago
- 5fc5c03 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 0d6de44 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8 by nicm · 9 years ago
- 81f78f0 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- c38e0a4 Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel. by nicm · 9 years ago
- 1f0b317 Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, by nicm · 9 years ago
- 6c35d17 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- df0983a show-* and set-* need to handle a missing target. by nicm · 9 years ago
- fa81d83 Accept clients as sessions in cmd_find_get_session. by nicm · 9 years ago
- 45d6248 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- bcb41a0 RGB colours shouldn't be mixed up with aixterm colours, return before by nicm · 9 years ago
- 9e2fbb3 +wchar.h by Nicholas Marriott · 9 years ago
- 985504f Merge branch 'next' by Nicholas Marriott · 9 years ago
- e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
- d980d96 Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@. by nicm · 9 years ago
- f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
- 2e4503a Redraw status on mode entry and exit. by nicm · 9 years ago
- 54ea8f7 When a mouse drag is finished, fire a MouseUp key press, instead of by nicm · 9 years ago
- e647eeb Remove unused variables, from Michal Mazurek. by nicm · 9 years ago
- 26945d7 Use system wcwidth() instead of carrying around UTF-8 width tables. by nicm · 9 years ago
- c7851e0 Fix break-pane synopsis and some other tmux.1 bits. by nicm · 9 years ago
- a011b67 Remove unused variables. by Nicholas Marriott · 9 years ago
- c3f93e7 Add to TODO. by Nicholas Marriott · 9 years ago
- 931b1c6 Merge branch 'master' into next by Nicholas Marriott · 9 years ago
- e9d369a Fixed fgetln(3) implementation (from Joerg Jung) which does not depend on *BSD by Nicholas Marriott · 9 years ago
- 6adf561 Redraw status on mode entry and exit. by Nicholas Marriott · 9 years ago
- 95adc0e When a mouse drag is finished, fire a MouseUp key press, instead of doing the by Nicholas Marriott · 9 years ago
- 02753ba Remove unused variables, from Michal Mazurek. by Nicholas Marriott · 9 years ago
- acc1090 Use system wcwidth() instead of carrying around UTF-8 width tables. by Nicholas Marriott · 9 years ago
- fc86452 Remove malloc_options debug bit (already gone from OpenBSD). by Nicholas Marriott · 9 years ago
- 782dd94 Fire SIGCHLD after utempter_add_record since it probably eats it. by Nicholas Marriott · 9 years ago
- ba8290a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 4f6bc0a Expand client formats in run-shell. by nicm · 9 years ago
- f7c8f1a xmalloc: define __bounded__ where necessary by Thomas Adam · 9 years ago
- ba97ae1 EXTRA_DIST: add example_tmux.conf / xmalloc.h by Thomas Adam · 9 years ago
- 7669cfb Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- bc0c9c7 Do not wrap cursor at start or end of history, from Michal Mazurek. by nicm · 9 years ago
- 07c23cc Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
- 2130a07 Add to TODO. by Nicholas Marriott · 9 years ago
- 26f899b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- bdb8bb7 Set up -t flag properly when passing new-session -A off to by nicm · 9 years ago
- 8760f87 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 97882f9 Clear RGB flags during selection. by nicm · 9 years ago
- 5fce217 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- fa64b89 Whoops, need this for the previous reverse trim commit too. by nicm · 9 years ago
- 49e9f93 Add RGB escape sequences for capture-pane -e. by nicm · 9 years ago
- 8028560 Support negative trim values (#{=-10:pane_title}) to trim from the end, by nicm · 9 years ago
- 225a384 Fix new-session with -t after command flags changes, reported by Michael Graczyk. by nicm · 9 years ago
- 4043790 examples/ has gone, so delete some text about it. by Nicholas Marriott · 9 years ago
- 2a1bb91 Remove old examples in favour of one example configuration file. by Nicholas Marriott · 9 years ago
- a33bb3e Link to the bash(1) completion file from README rather than including it in by Nicholas Marriott · 9 years ago
- 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
- 1d6bd50 libevent.org URL. by Nicholas Marriott · 9 years ago
- ca29dc9 Update my email address. by Nicholas Marriott · 9 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 5d21faa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
- 506adf3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- d551ab8 Clear the environment properly by looping until it is empty rather than by nicm · 9 years ago
- 68d7975 A couple of missing printflike attributes, from Andrey Starodubtsev. by nicm · 9 years ago
- ea9873e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- cfb7865 clock-mode needs CMD_PANE. by nicm · 9 years ago
- 051cf54 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 311be04 Don't rely on a calculation wrapping when applying message-limit, and by nicm · 9 years ago
- 5e59c30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 7e67db7 Remove an extra unzoom call which was probably a merge error. by nicm · 9 years ago
- f84d32c Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. by nicm · 9 years ago
- 5dd0e82 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 2a1f27e Couple of trivial style nits. by nicm · 9 years ago
- e15a8a7 Keith Smiley is going to maintain the vim syntax file. by Nicholas Marriott · 9 years ago
- ed65535 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 60cbdf9 Repair switch-client -l and switch-client with a window target. by nicm · 9 years ago
- 5083e93 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- f2ec911 Detach the right session with -d. by nicm · 9 years ago
- c83d6ee Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
- 83c96d2 No need to set cwd on Cygwin now, from Yuya Adachi. by Nicholas Marriott · 9 years ago
- 58b3d66 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- bdbec09 Make input off flag (selectp -d) apply to synchronize-panes too. by nicm · 9 years ago
- 2ad9caa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- a337403 As well as setting up the state, actually use it in cmd_find_target. by nicm · 9 years ago
- e0cae08 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 99e9a4c send-keys -R should reset the input parser to ground state (so it can be by nicm · 9 years ago
- 7c94dae Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 8eb1a7d showenv and setenv need to be CANFAIL. by nicm · 9 years ago
- f7a6482 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 909b737 Copy state directly rather than dereferencing wl (which could be NULL). by nicm · 9 years ago
- e5caf64 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ac97783 Some hooks API changes to fire a hook while waiting another cmdq and by nicm · 9 years ago
- 1a33ea9 Merge branch 'obsd-master' by Thomas Adam · 9 years ago