diff options
author | itojun <itojun@pkgsrc.org> | 2000-09-11 14:43:14 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-09-11 14:43:14 +0000 |
commit | 236a2a9c34c0131eeb49389a316f2461f77a8f55 (patch) | |
tree | 11a49a98e119b2751a88f4bfc8ee817d8eb73d07 /misc/screen/Makefile | |
parent | 9f77bd53b6d08e28737076ee0abc6b37d0e8cece (diff) | |
download | pkgsrc-236a2a9c34c0131eeb49389a316f2461f77a8f55.tar.gz |
upgrade to screen 3.9.8. it includes official security fix against
Msg() hole. ok'ed by packages@netbsd.org.
---
------------------------------
What's new in screen-3.9.8 ?
------------------------------
* new command 'resize' to resize regions (aka split windows), try:
bind = resize =
bind + resize +1
bind - resize -1
bind _ resize max
* new argument for 'focus': up, down, top, bottom
* X11 mouse tracking support
* Support for the "new color model", aka "background color erase":
the bce/defbce commands change the color model of the current
window/new windows.
* experimental rxvt OSC sequence support (used to set a background
picture or to change the default colors), disabled by default.
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 8dc3835ce7f..f6a9cce9e98 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2000/09/01 14:39:51 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/09/11 14:43:14 itojun Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # -DISTNAME= screen-3.9.5 -PKGNAME= screen-3.9.5nb1 +DISTNAME= screen-3.9.8 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} |