From a090ca3e74eace8819183242c436eb236210c413 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 8 Jan 2012 18:58:02 -0600 Subject: [PATCH] * README: LP: #911825 - add note about tmux version required --- README | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 6245e2bb..01303d63 100644 --- a/README +++ b/README @@ -26,9 +26,9 @@ install locally, using the following instructions... byobu Note that you will need to have a few dependencies installed: - * screen and/or tmux + * tmux >= 1.5 and screen * python-newt (if you want to use Byobu's configuration utility) * gsed (if your sed implementation doesn't support -i) Dustin Kirkland -2011-09-21 +2012-01-08 diff --git a/debian/changelog b/debian/changelog index 6ff94422..52b7a82b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ byobu (5.2) unreleased; urgency=low usr/share/doc/byobu/help.tmux.txt: LP: #912637 - change prev/next window keybinding from alt-left/right to ctrl-shift-left/right; seems alt-left-right are used by irssi + * README: LP: #911825 + - add note about tmux version required -- Dustin Kirkland Thu, 29 Dec 2011 12:28:51 -0600