1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/xterm: build with --enable-block-select

XTerm 397 added support for selecting a rectangular block of text
(https://invisible-island.net/xterm/xterm.log.html#xterm_397).

I have, since then, tested the patch on all versions up through 401, and
found no problems. Though it is a little crude, it is a welcome feature.

This is already included, all we need is to enable the build flag as I
have done here with `--enable-block-select`.
This commit is contained in:
heurist 2025-07-10 06:32:53 +00:00 committed by fossdd
parent ae8b2e4fa0
commit e51fa6fd0e

View file

@ -2,7 +2,7 @@
# Maintainer: Simon Rupf <simon@rupf.net>
pkgname=xterm
pkgver=401
pkgrel=0
pkgrel=1
pkgdesc="X Terminal Emulator"
options="!check" # Requires vttest
url="https://invisible-island.net/xterm"
@ -51,6 +51,7 @@ build() {
--enable-narrowproto \
--enable-exec-xterm \
--enable-sixel-graphics \
--enable-block-select \
--with-tty-group=tty \
--with-utempter
make