diff options
author | jmmv <jmmv@pkgsrc.org> | 2011-01-13 16:48:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2011-01-13 16:48:47 +0000 |
commit | 98ffd29cfec08a05314ae0755f888f0e99355933 (patch) | |
tree | edf3783e1db7d02a25be7f529ad1dc72d2529e0d /misc/tmux | |
parent | f25bba08e58ded500097f64b606eb9888d70ad5e (diff) | |
download | pkgsrc-98ffd29cfec08a05314ae0755f888f0e99355933.tar.gz |
Update to 1.4:
* Window bell reporting fixed.
* Show which pane is active in the list-panes output.
* Backoff reworked.
* Prevent the server from dying when switching into copy mode when already
in a different mode.
* Reset running jobs when the status line is enabled or disabled.
* Simplify xterm modifier detection.
* Avoid crashing in copy mode if the screen size is too small for the
indicator.
* Flags -n and -p added to switch-client.
* Use UTF-8 line drawing characters on UTF-8 terminals, thus fixing some
terminals (eg putty) which disable the vt100 ACS mode switching sequences
in UTF-8 mode. On terminals without ACS, use ASCII equivalents.
* New server option exit-unattached added.
* New session option destroy-unattached added.
* Fall back on normal session choice method if $TMUX exists but is invalid
rather than rejecting.
* Mark repeating keys with "(repeat)" in the key list.
* When removing a pane, don't change the active pane unless the active pane
is actually the one being removed.
* New command last-pane added.
* AIX fixes.
* Flag -a added to unbind-key.
* Add XAUTHORITY to update-environment.
* More info regarding window and pane flags is now shown in list-*.
* If VISUAL or EDITOR contains "vi" configure mode-keys and status-key to vi.
* New window option monitor-silence and session option visual-silence added.
* In the built-in layouts distribute the panes more evenly.
* Set the default value of main-pane-width to 80 instead of 81.
* Command-line flag -V added.
* Instead of keeping a per-client prompt history make it global.
* Fix rectangle copy to behave like emacs (the cursor is not part of the
selection on the right edge but on the left it is).
* Flag -l added to switch-client.
* Retrieve environment variables from the global environment rather than
getenv(3), thus allowing them to be updated during the configuration file.
* New window options other-pane-{height,width} added.
* More minor bugs fixed and manpage improvements.
Diffstat (limited to 'misc/tmux')
-rw-r--r-- | misc/tmux/Makefile | 4 | ||||
-rw-r--r-- | misc/tmux/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index 646df6ed9b3..cf72e18de0c 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2010/12/21 12:55:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2011/01/13 16:48:47 jmmv Exp $ -DISTNAME= tmux-1.3 +DISTNAME= tmux-1.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/} diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo index 31e3cb5f686..e6255d9f901 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2010/12/21 12:55:54 jmmv Exp $ +$NetBSD: distinfo,v 1.12 2011/01/13 16:48:47 jmmv Exp $ -SHA1 (tmux-1.3.tar.gz) = 4d132a5fa25ef049e023f154824f39b0d7e72ab0 -RMD160 (tmux-1.3.tar.gz) = 7c895562c7810117d610c420901110c7e206bebf -Size (tmux-1.3.tar.gz) = 251999 bytes +SHA1 (tmux-1.4.tar.gz) = c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e +RMD160 (tmux-1.4.tar.gz) = d8d09ccac7c1c79244f96beccbd6d52f1cc50d1b +Size (tmux-1.4.tar.gz) = 259614 bytes SHA1 (patch-aa) = e50976effc9fa43044d45055aabd86a69d9d9047 SHA1 (patch-ab) = b47bc0846aa8b732d3600e9917011d8e79311408 |