From ab0324c40595aab44f7affd548b6573255f92441 Mon Sep 17 00:00:00 2001 From: heurist <heurist+arch@gmail.com> Date: Tue, 7 Jan 2025 12:04:34 +0200 Subject: [PATCH] Feature Request: 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 tested the patch 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 in here with `--enable-block-select`. --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 24c36ad..496314a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -46,6 +46,7 @@ build() { --enable-exec-xterm \ --enable-sixel-graphics \ --enable-regis-graphics \ + --enable-block-select \ --with-tty-group=tty \ --with-utempter make -- GitLab