Commit Graph

17 Commits (9c68ac524f4383b0a9354b3c08ac885dc44ab40e)

Author SHA1 Message Date
Jack Nagel 40c424c153 tmux 1.5
A laundry list of updates, including a revamped build system.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-11 19:42:19 -07:00
Bryan Cribbs 63f30957ee tmux: also install bash completion
The tmux distribution contains a bash completion script
in examples/bash_completion_tmux.sh.  Install it as 'tmux'.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-15 20:24:54 -07:00
Travis Jeffery 550f067c5b tmux: fix download url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-29 08:48:15 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Kyle Fuller 99f5324884 tmux - remove unneeded inreplace
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-09 21:25:34 -08:00
Mike McQuaid 6ab6f46ad2 Update tmux to 1.4. Fixes Homebrew/homebrew#3723. 2010-12-28 16:17:26 +00:00
Mike McQuaid 8ddee10012 Remove broken tmux patch. 2010-12-21 21:03:13 +00:00
David Goodlad 09b24e9888 Make tmux work with osx pasteboard
Via https://gist.github.com/644805

Uses the private api call _vprocmgr_detach_from_console similar to Apple's
patch to GNU screen

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-02 00:43:19 +00:00
Adam Vandenberg b732e6c299 brew-audit - check inreplace block var name 2010-09-08 09:07:59 -07:00
Martin Kühl c6169edcc5 Upgraded formula: tmux 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-18 10:01:21 -07:00
Adam Vandenberg 95d9785ff5 Clean ups to several formulas, including:
* Removing silly concatenation
* Removing .bat files before installing
* Removing silly quoting
* Fixing download URLs
* Removing explicit versions
2010-04-17 18:24:02 -07:00
Barry Mitchelson fdd63fd480 Ugraded tmux to version 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-22 16:57:29 -07:00
Adam Vandenberg cf97477814 Update tmux to use new inreplace features. 2010-01-13 11:23:11 +00:00
Matt Kemp 8dc9b9db9d Updated tmux 2009-11-08 15:21:14 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell a3dfaa62f3 Fixed tmux homepage 2009-09-30 15:03:43 +01:00
Matt Kemp 09d75b17d4 Added formula for tmux
tmux is a "terminal multiplexer", it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.  tmux is
intended to be a simple, modern, BSD-licensed alternative to
programs such as GNU screen.
2009-09-30 00:19:25 -05:00