head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.10 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.8 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.6 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.4 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.2 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.3.0.12 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.10 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.8 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.6 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.4 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.2 pkgsrc-2023Q3-base:1.3 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2025.01.09.20.07.03; author ktnb; state Exp; branches; next 1.3; commitid 5NUIjIRACTuMGQEF; 1.3 date 2023.09.06.16.00.15; author vins; state Exp; branches; next 1.2; commitid e34oKDMk5MFd6JDE; 1.2 date 2017.07.18.23.02.18; author kim; state dead; branches; next 1.1; commitid 78qXotVKMo9gtLZz; 1.1 date 2017.04.15.22.31.49; author kim; state Exp; branches; next ; commitid PjyNmTW5QBBYjGNz; desc @@ 1.4 log @screen: update to 5.0.0 - Rewriten autentication mechanism - Add escape %T to show current tty for window - Add escape %O to show number of currently open windows - Use wcwdith() instead of UTF-8 hard-coded tables - New commands: - auth [on|off] Provides password protection - status [top|up|down|bottom] [left|right] The status window by default is in bottom-left corner This command can move status messages to any corner of the screen. - truecolor [on|off] - multiinput Input to multiple windows at the same time - Removed commands: - time - debug - password - maxwin - nethack - Fixes: - Screen buffers ESC keypresses indefinitely - Crashes after passing through a zmodem transfer - Fix double -U issue @ text @$NetBSD: patch-doc_screen.texinfo,v 1.3 2023/09/06 16:00:15 vins Exp $ Fix: Node `Window Settings' lacks menu item for `Mousetrack' --- doc/screen.texinfo.orig 2024-08-28 19:55:03.000000000 +0000 +++ doc/screen.texinfo @@@@ -2417,6 +2417,7 @@@@ terminal emulation itself. * Login:: Control @@file{/etc/utmp} logging * Mode:: Control the file mode of the pty * Monitor:: Watch for activity or inactivity in a window +* Mousetrack:: Set whether screen should track mouse events * Windows:: List the active windows * Hardstatus:: Set a window's hardstatus line @@end menu @@@@ -5248,7 +5249,7 @@@@ Exchanges windows positions on window li Changes windows numbers, so there is no gaps between them. @@end deffn -@@node License, Collapse, Miscellaneous +@@node License, Nonblock, Collapse, Miscellaneous @@section License @@kindex , @@deffn Command license @@@@ -5257,7 +5258,7 @@@@ Display the disclaimer page. This is don started without options, which should be often enough. @@end deffn -@@node Nonblock, Number, Miscellaneous +@@node Nonblock, Number, License, Miscellaneous @@section Nonblock @@deffn Command nonblock [@@var{state}|@@var{numsecs}] Tell screen how to deal with user interfaces (displays) that cease to @@@@ -5277,7 +5278,7 @@@@ Same as the @@code{nonblock} command exce displays is changed. Initial setting is @@code{off}. @@end deffn -@@node Number, Nonblock, Miscellaneous +@@node Number, Verbose, Nonblock, Miscellaneous @@section Number @@kindex N @@deffn Command number [[+|-]@@var{n}] @@@@ -5289,7 +5290,7 @@@@ plus (`+') or minus (`-') will change th amount specified. @@end deffn -@@node Verbose, Version, Miscellaneous +@@node Verbose, Version, Number, Miscellaneous @@section Verbose @@deffn Command verbose [on|off] If verbose is switched on, the command name is echoed, whenever a window @@@@ -5412,14 +5413,14 @@@@ The default is @@code{on}, of course. Thi only in rare circumstances. @@end deffn -@@node Eval, , Setsid, Miscellaneous +@@node Eval, Backtick, Setsid, Miscellaneous @@section Eval @@deffn Command eval @@var{command1} [@@var{command2} ...] (none)@@* Parses and executes each argument as separate command. @@end deffn -@@node Backtick, Screen Saver, , Miscellaneous +@@node Backtick, Screen Saver, Eval, Miscellaneous @@section Backtick @@deffn Command backtick @@var{id} @@var{lifespan} @@var{autorefresh} @@var{command} [@@var{args}] @@deffnx Command backtick @@var{id} @ 1.3 log @misc/screen: update to 4.9.1. # Changes Version 4.9.1 (20/08/2023): * Support stop/parity bits on serial port (#23952) * Add needed system headers in checks and return values for implicit function declarations * Fixes: - Avoid zombies after shell exit (#25089) - Missed signal sending permission check on failed query messages (CVE-2023-24626) - manpage fixes - source code fixes during cleanup - UTF-8 encoding can emit invalid UTF-8 sequences for out of range unicode values (#62097) @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- doc/screen.texinfo.orig 2023-08-16 00:29:26.000000000 +0000 d7 1 a7 1 @@@@ -2414,6 +2414,7 @@@@ terminal emulation itself. d15 53 @ 1.2 log @Upgrade misc/screen to version 4.6.1 Version 4.6.1 (10/07/2017): * Fixes: - problems with starting session in some cases - parallel make install - segfault when querying info on nonUTF locale Version 4.6.0 (28/06/2017): * Update Unicode wide tables to 9.0 * Support more serial speeds * Improved namespaces support * Migrate from fifos to sockets * Start viewing scrollback at first line of output @ text @d1 1 a1 1 $NetBSD: patch-doc_screen.texinfo,v 1.1 2017/04/15 22:31:49 kim Exp $ d3 12 a14 13 --- doc/screen.texinfo.orig 2017-02-25 15:35:35.000000000 +0000 +++ doc/screen.texinfo 2017-04-15 22:26:36.000000000 +0000 @@@@ -5796,8 +5796,8 @@@@ ============ @@example - Thomas Renninger , - Axel Beckert , + Thomas Renninger , + Axel Beckert , Ken Beal , Rudolf Koenig , Toerless Eckert , @ 1.1 log @Update to 4.5.1 Version 4.5.1 (25/02/2017): *Fixes: - logfile permissions problem (CVE-2017-5618) - SunOS build problem (bug #50089) - FreeBSD core dumps (bug #50143) @ text @d1 1 a1 1 $NetBSD$ @