pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/window
Module Name: pkgsrc
Committed By: buhrow
Date: Mon Mar 2 23:50:10 UTC 2026
Modified Files:
pkgsrc/misc/window: Makefile distinfo
Log Message:
Update to window-20260302
Teach window(1) how to deal with ANSI terminal escape sequences.
Specifically: escape sequences begining with [ and which contain ? or numeric values.
This allows window(1) to work better with those terminal programs, especially those which use
readline(3) calls, which insist on emitting these extended escape sequences even if those
definitions are not in the termcap or terminfo spec for the terminal in use.
this new support is incomplete in the sense that we don't do anything with the numeric values,
but we do honor the functions of the actions requested as long as they were actions this
program already supported.
Preliminary testing shows a vast improvement with programs like gdb and the interactive python
shells.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/window/Makefile \
pkgsrc/misc/window/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/window/Makefile
diff -u pkgsrc/misc/window/Makefile:1.6 pkgsrc/misc/window/Makefile:1.7
--- pkgsrc/misc/window/Makefile:1.6 Sun Sep 10 01:00:01 2017
+++ pkgsrc/misc/window/Makefile Mon Mar 2 23:50:10 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/09/10 01:00:01 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2026/03/02 23:50:10 buhrow Exp $
-DISTNAME= window-20120215
+DISTNAME= window-20260302
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
Index: pkgsrc/misc/window/distinfo
diff -u pkgsrc/misc/window/distinfo:1.6 pkgsrc/misc/window/distinfo:1.7
--- pkgsrc/misc/window/distinfo:1.6 Tue Oct 26 10:59:37 2021
+++ pkgsrc/misc/window/distinfo Mon Mar 2 23:50:10 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:59:37 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/02 23:50:10 buhrow Exp $
-BLAKE2s (window-20120215.tar.gz) = 695dd03d540300c272ab3c4987b749021bca2601c23edab7ddbe24b86ff63a2c
-SHA512 (window-20120215.tar.gz) = 95e67c3d16b54f936f018b9a80c1007da90b97445784c51c436ae38f3edde4eaa37f6fc49bcb0b15601f4c2663fa01592b7208f737632e11e0c4abbf88f318ba
-Size (window-20120215.tar.gz) = 84798 bytes
+BLAKE2s (window-20260302.tar.gz) = d8721bd9b20e691c402cb469b655099347a99f8aeae9e2f5f356ee0027646c8d
+SHA512 (window-20260302.tar.gz) = 0449b6ede0d3a5ba9c3502a72bc864f1a611d5bfef50a79cdd19ef7a8212ce2ecdbec5a5ec245e9479e7904c72eb111f6ff44c8bc19244cba288e6cd2810ec3f
+Size (window-20260302.tar.gz) = 83933 bytes
SHA1 (patch-ww.h) = 19281574830d256c7e2f80b12a176f07c56beb8e
SHA1 (patch-wwframe.c) = 81fe73d55e81e0b5f8f7803068688994d71fe714
SHA1 (patch-wwlabel.c) = a7a72a85720822d1388f31b107432a074b1a260e
Home |
Main Index |
Thread Index |
Old Index