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:
parent
ae8b2e4fa0
commit
e51fa6fd0e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue