Commit Graph

  • 7669cfb330 Merge branch 'obsd-master' Thomas Adam 2016-02-05 12:01:10 +0000
  • bc0c9c7920 Do not wrap cursor at start or end of history, from Michal Mazurek. nicm 2016-02-05 10:20:06 +0000
  • 07c23ccc05 Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2016-02-05 10:08:55 +0000
  • 2130a07b70 Add to TODO. Nicholas Marriott 2016-02-05 10:08:39 +0000
  • 26f899be10 Merge branch 'obsd-master' Thomas Adam 2016-02-04 16:01:13 +0000
  • bdb8bb790e Set up -t flag properly when passing new-session -A off to attach-session, GitHub issue 295. nicm 2016-02-04 14:11:20 +0000
  • 8760f877e1 Merge branch 'obsd-master' Thomas Adam 2016-01-31 16:01:09 +0000
  • 97882f9ce2 Clear RGB flags during selection. nicm 2016-01-31 14:11:49 +0000
  • 5fce21728e Merge branch 'obsd-master' Thomas Adam 2016-01-31 12:01:09 +0000
  • fa64b89ad7 Whoops, need this for the previous reverse trim commit too. nicm 2016-01-31 09:57:41 +0000
  • 49e9f93738 Add RGB escape sequences for capture-pane -e. nicm 2016-01-31 09:57:09 +0000
  • 8028560f82 Support negative trim values (#{=-10:pane_title}) to trim from the end, suggested by Kevin Brubeck Unhammer. nicm 2016-01-31 09:54:46 +0000
  • 225a384dbb Fix new-session with -t after command flags changes, reported by Michael Graczyk. nicm 2016-01-31 09:52:01 +0000
  • 404379049a examples/ has gone, so delete some text about it. Nicholas Marriott 2016-01-29 15:45:32 +0000
  • 2a1bb91bf7 Remove old examples in favour of one example configuration file. Nicholas Marriott 2016-01-29 14:53:28 +0000
  • a33bb3e876 Link to the bash(1) completion file from README rather than including it in examples. Nicholas Marriott 2016-01-29 14:40:30 +0000
  • 8cf1504ba6 Merge branch 'obsd-master' Thomas Adam 2016-01-29 12:01:16 +0000
  • 427b820426 Support for RGB colour, using the extended cell mechanism to avoid wasting unnecessary space. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry), if not tmux will map to the closest of the 256 or 16 colour palettes. nicm 2016-01-29 11:13:56 +0000
  • 1d6bd50343 libevent.org URL. Nicholas Marriott 2016-01-29 10:58:08 +0000
  • 405cd82a82 Don't abort on unknown messages Nicolas Viennot 2016-01-23 01:07:25 -0500
  • 64e14eaff5 Avoid crashes when the ssh connction dies Nicolas Viennot 2016-01-23 00:52:35 -0500
  • ca29dc9abc Update my email address. Nicholas Marriott 2016-01-19 18:07:25 +0000
  • dc42c35f1f Merge branch 'obsd-master' Thomas Adam 2016-01-19 18:01:15 +0000
  • b5b5221c13 Split out getting the current state from the target search so it can be replaced if we already know the current. nicm 2016-01-19 16:01:30 +0000
  • 995af0e2b7 I no longer use my SourceForge address so replace it. nicm 2016-01-19 15:59:12 +0000
  • 5d21faa99c Merge branch 'obsd-master' Thomas Adam 2016-01-16 02:01:10 +0000
  • c9815307eb Add hooks for alerts (bell, silence, activity), from Thomas Adam. nicm 2016-01-16 00:36:53 +0000
  • c1846177fc Cleanup hacks around ev_ssh.ev_flags Nicolas Viennot 2016-01-15 16:02:42 -0500
  • f5619caf2a Merge 82664175fa into 6dc58ab6de Leon George 2016-01-15 15:23:45 +0000
  • 82664175fa tmate-ssh-client: don't clear ev_flags Leon M. George 2016-01-15 16:22:24 +0100
  • 506adf3764 Merge branch 'obsd-master' Thomas Adam 2016-01-15 12:01:11 +0000
  • d551ab8e5c Clear the environment properly by looping until it is empty rather than looping over it (which may skip entries), from Brad King. nicm 2016-01-15 11:33:41 +0000
  • 68d797587e A couple of missing printflike attributes, from Andrey Starodubtsev. nicm 2016-01-15 11:31:47 +0000
  • 6dc58ab6de Lower the required glib version to 2.8 for static builds Nicolas Viennot 2016-01-11 02:20:10 -0800
  • a2520da195 Fix static compilation (libc should be dynamically linked) Nicolas Viennot 2016-01-10 12:39:09 -0800
  • 3a73f17354 Allow static linking Nicolas Viennot 2016-01-09 21:35:13 -0500
  • a397be388c Simplify find_window_pane() code 2.2.0 Nicolas Viennot 2016-01-05 10:53:28 -0500
  • ea9873e60e Merge branch 'obsd-master' Thomas Adam 2016-01-02 18:01:12 +0000
  • cfb78654c2 clock-mode needs CMD_PANE. nicm 2016-01-02 17:16:25 +0000
  • 0a3bd83b19 Use a session termination message Nicolas Viennot 2016-01-02 11:03:04 -0500
  • 924eb01299 nits Nicolas Viennot 2016-01-02 10:04:29 -0500
  • 81022ee8c7 Only use IPv4/IPv6 when we can use them Nicolas Viennot 2016-01-02 09:45:34 -0500
  • a87d3af309 Reusing protocol code from tmate-slave Nicolas Viennot 2016-01-01 16:44:01 -0500
  • a60da0db1e Merge remote-tracking branch 'tmux/master' Nicolas Viennot 2016-01-01 14:18:07 -0500
  • 051cf5437a Merge branch 'obsd-master' Thomas Adam 2016-01-01 10:01:11 +0000
  • 311be04d61 Don't rely on a calculation wrapping when applying message-limit, and break out of the loop early. From Nicolas Viennot. nicm 2016-01-01 08:04:20 +0000
  • aef7470418 Fix status message Nicolas Viennot 2015-12-31 19:55:12 -0500
  • 2e0d82648f Fix message log appends Nicolas Viennot 2015-12-31 13:14:32 -0500
  • 4c5522f7fa ssh key passphrase fix Nicolas Viennot 2015-12-31 18:21:14 -0500
  • 55e6a774a8 improve err msg Nicolas Viennot 2015-12-31 18:21:02 -0500
  • fc46660c96 make sure ssh passphrase doesn't get synced Nicolas Viennot 2015-12-31 13:55:02 -0500
  • 058906c242 nits Nicolas Viennot 2015-12-31 12:58:51 -0500
  • e61d3aa18f Fix pipe buffer offset Nicolas Viennot 2015-12-31 12:19:57 -0500
  • 5e59c301b7 Merge branch 'obsd-master' Thomas Adam 2015-12-31 20:01:09 +0000
  • 7e67db79dc Remove an extra unzoom call which was probably a merge error. nicm 2015-12-31 18:34:47 +0000
  • f84d32ca5e Use saved pipe buffer offset when writing to pipe, from Nicolas Viennot. nicm 2015-12-31 18:14:13 +0000
  • 5ee65eec5d Remove comments Nicolas Viennot 2015-12-31 12:28:26 -0500
  • d5bd2e40f0 Default to 500 messages (we care about them) Nicolas Viennot 2015-12-31 12:27:14 -0500
  • 66e4f554c3 Layout fixes Nicolas Viennot 2015-12-31 11:35:36 -0500
  • a104b160b2 Receive raw tmux keycodes Nicolas Viennot 2015-12-30 13:40:18 -0500
  • 862182df4a sync emacs/vi mode Nicolas Viennot 2015-12-29 20:17:26 -0500
  • 5dd0e82809 Merge branch 'obsd-master' Thomas Adam 2015-12-28 16:01:09 +0000
  • 2a1f27eb1a Couple of trivial style nits. nicm 2015-12-28 14:02:52 +0000
  • d721b42306 missing AC_DEFINE(IS_LINUX) Nicolas Viennot 2015-12-27 23:31:58 -0500
  • e15a8a7c46 Keith Smiley is going to maintain the vim syntax file. Nicholas Marriott 2015-12-24 16:59:12 +0000
  • 49f07dca50 fix options Nicolas Viennot 2015-12-23 23:19:55 -0500
  • 76ab267a35 fix options Nicolas Viennot 2015-12-23 23:19:03 -0500
  • 75cb217c22 Early tmate init for the key bindings Nicolas Viennot 2015-12-23 23:18:35 -0500
  • 2680e4fa04 master.tmate.io -> ssh.tmate.io Nicolas Viennot 2015-12-23 23:17:35 -0500
  • 1b4ab580f3 early SIGSEGV Nicolas Viennot 2015-12-23 23:04:56 -0500
  • 42ac90ca49 log file rename Nicolas Viennot 2015-12-23 22:58:22 -0500
  • c04755361c randomize the socket name Nicolas Viennot 2015-12-23 22:56:29 -0500
  • 47340d3203 Make sure tmate can't nest when ran under an older tmux Nicolas Viennot 2015-12-23 22:41:41 -0500
  • 16e1b82cb8 fix options scope Nicolas Viennot 2015-12-23 05:58:09 -0500
  • 834fbfed0a change log files prefix tmux- to tmate- Nicolas Viennot 2015-12-23 05:57:43 -0500
  • 9b2778c439 Merge with latest tmux Nicolas Viennot 2015-12-23 05:41:41 -0500
  • f0d60cb1c8 update libssh/msgpack APIs Nicolas Viennot 2015-12-08 18:50:38 -0500
  • 1670d15e8a detect libssh/msgpack during ./configure Nicolas Viennot 2015-12-08 17:09:19 -0500
  • 915b3a0255 Remove libssh and msgpack package forks and use system libraries. Alexander Bergmann 2015-11-29 09:33:24 +0000
  • ed65535c41 Merge branch 'obsd-master' Thomas Adam 2015-12-23 02:01:14 +0000
  • 60cbdf9ccd Repair switch-client -l and switch-client with a window target. nicm 2015-12-23 00:12:57 +0000
  • 5083e93957 Merge branch 'obsd-master' Thomas Adam 2015-12-21 10:01:08 +0000
  • f2ec911b8a Detach the right session with -d. nicm 2015-12-21 09:20:13 +0000
  • c83d6ee0b1 Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-12-20 11:26:12 +0000
  • 83c96d2685 No need to set cwd on Cygwin now, from Yuya Adachi. Nicholas Marriott 2015-12-20 11:25:13 +0000
  • 58b3d66229 Merge branch 'obsd-master' Thomas Adam 2015-12-19 10:01:08 +0000
  • bdbec099cc Make input off flag (selectp -d) apply to synchronize-panes too. nicm 2015-12-19 08:43:04 +0000
  • 2ad9caad3f Merge branch 'obsd-master' Thomas Adam 2015-12-18 00:01:08 +0000
  • a337403868 As well as setting up the state, actually use it in cmd_find_target. nicm 2015-12-17 23:08:22 +0000
  • e0cae08c04 Merge branch 'obsd-master' Thomas Adam 2015-12-17 00:01:08 +0000
  • 99e9a4c786 send-keys -R should reset the input parser to ground state (so it can be used to escape from, for example, printf '\033]2;'). nicm 2015-12-16 22:05:35 +0000
  • 7c94dae702 Merge branch 'obsd-master' Thomas Adam 2015-12-16 22:01:08 +0000
  • 021c64310d Add infrastructure to work out the best target given a pane or window alone and use it to add pane_died and pane_exited hooks. nicm 2015-12-16 21:50:37 +0000
  • 8eb1a7d5dc showenv and setenv need to be CANFAIL. nicm 2015-12-16 21:47:00 +0000
  • f7a6482e6b Merge branch 'obsd-master' Thomas Adam 2015-12-15 16:01:12 +0000
  • 909b737289 Copy state directly rather than dereferencing wl (which could be NULL). nicm 2015-12-15 14:32:55 +0000
  • e5caf64815 Merge branch 'obsd-master' Thomas Adam 2015-12-15 14:01:12 +0000
  • ac9778395f Some hooks API changes to fire a hook while waiting another cmdq and infrastructure that will be needed soon. nicm 2015-12-15 13:43:07 +0000
  • 1a33ea9671 Merge branch 'obsd-master' Thomas Adam 2015-12-15 02:01:14 +0000
  • 9d88d82d5e Allow list-keys and list-commands to be run without a running server. nicm 2015-12-15 00:52:17 +0000