./misc/window, Windowing environment for ASCII terminals

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20260520, Package name: window-20260520, Maintainer: pkgsrc-users

window(1) implements a windowing environment on ASCII terminals.
It is similar to tmux and GNU screen.

window(1) was previously shipped with NetBSD, up to and including
NetBSD 6.x. Then it was replaced by tmux.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 82.216 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-20 21:54:55 by Brian Buhrow | Files touched by this commit (3)
Log message:
Additional fixes for handling extended terminal escape sequences.
   2026-04-08 22:24:27 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
window: reset PKGREVISION after update
   2026-04-08 21:43:47 by Brian Buhrow | Files touched by this commit (2)
Log message:
Further refinements to escape sequence handling.
Specifically, provide for esc([)* sequences we don't know about.

Fix repository file name and bump revision.
   2026-04-08 16:50:53 by Brian Buhrow | Files touched by this commit (1)
Log message:
Further refinements to escape sequence handling.
Specifically, provide for esc([)* sequences we don't know about.
   2026-03-03 00:50:10 by Brian Buhrow | Files touched by this commit (2)
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.
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2017-09-10 03:00:01 by David A. Holland | Files touched by this commit (8)
Log message:
Signedness fixes to make it build again with clang.