diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-01 13:34:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-01 13:34:57 +0000 |
commit | c120d09a5e55258678eadb8b0995bb797d59a0aa (patch) | |
tree | 13fa07f8ae2250f87ca862b97106842e60865c38 | |
parent | 3a0d40b84de05749a32a5ddd54c269cb7a7c6e72 (diff) | |
download | rtmux-c120d09a5e55258678eadb8b0995bb797d59a0aa.tar.gz rtmux-c120d09a5e55258678eadb8b0995bb797d59a0aa.tar.bz2 rtmux-c120d09a5e55258678eadb8b0995bb797d59a0aa.zip |
libevent 2 works now as well.
-rw-r--r-- | www/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html.in b/www/index.html.in index 67463894..65ff9b47 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -63,7 +63,7 @@ development.</li> system. The portable version is hosted on <a href="http://sf.net/projects/tmux"> SourceForge</a> and runs on Linux, FreeBSD, NetBSD, Solaris and AIX.</p> -<p>tmux depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4</a> and a +<p>tmux depends on <a href="http://www.monkey.org/~provos/libevent/">libevent 1.4 or 2.0</a> and a terminfo implementation (normally <a href="http://invisible-island.net/ncurses/">ncurses</a>).</p> <div id="screenshots"> |