From 40f34fa7cc562fa465b138fe43f23b0e477409d0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 16 Feb 2002 11:18:34 +0000 Subject: Update to 3.9.11: * windowlist, bound to ^A" * support for other encodings, e.g. big5, koi8r, cp1251 new commands 'encoding', 'defencoding' 'register', 'readreg', 'readbuf', 'writebuf' now understand an extra encoding parameter * support for double utf-8 characters * lots of new string escapes and extensions to existsing ones: %LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %> * new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid' * command key classes: 'bind', 'command' and 'help' understand a '-c ' parameter. See the man page for examples * new login state: always - don't remove slot even if screen gets detached * 256 color support (experimental) * configurable time format string (for ^At) * config option to use localized month/week names * new option '-h' for hardcopy: also dump the scrollback buffer XXX: SunOS PLIST untested. --- misc/screen/PLIST | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'misc/screen/PLIST') diff --git a/misc/screen/PLIST b/misc/screen/PLIST index 56a22c25e05..f3a98adb7ab 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,10 +1,33 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/16 11:18:35 wiz Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info +info/screen.info-1 +info/screen.info-2 +info/screen.info-3 +info/screen.info-4 +info/screen.info-5 @exec install-info %D/info/screen.info %D/info/dir @unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc +share/screen/utf8encodings/01 +share/screen/utf8encodings/02 +share/screen/utf8encodings/03 +share/screen/utf8encodings/04 +share/screen/utf8encodings/18 +share/screen/utf8encodings/a1 +share/screen/utf8encodings/bf +share/screen/utf8encodings/c2 +share/screen/utf8encodings/c3 +share/screen/utf8encodings/c4 +share/screen/utf8encodings/c6 +share/screen/utf8encodings/c7 +share/screen/utf8encodings/c8 +share/screen/utf8encodings/cc +share/screen/utf8encodings/cd +share/screen/utf8encodings/d6 +@dirrm share/screen/utf8encodings +@dirrm share/screen @dirrm share/examples/screen -- cgit v1.2.3