aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tmux.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-09tmux - remove unneeded inreplaceKyle Fuller
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-28Update tmux to 1.4. Fixes #3723.Mike McQuaid
2010-12-21Remove broken tmux patch.Mike McQuaid
2010-12-02Make tmux work with osx pasteboardDavid Goodlad
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-09-08brew-audit - check inreplace block var nameAdam Vandenberg
2010-07-18Upgraded formula: tmux 1.3Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-17Clean ups to several formulas, including:Adam Vandenberg
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
2010-03-22Ugraded tmux to version 1.2Barry Mitchelson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-13Update tmux to use new inreplace features.Adam Vandenberg
2009-11-08Updated tmuxMatt Kemp
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-30Fixed tmux homepageMax Howell
2009-09-30Added formula for tmuxMatt Kemp
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.