1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-23 03:21:26 +02:00

Patch for urxvt to prevent spilling graphic seq on tmux

This commit is contained in:
2024-05-02 12:06:28 +02:00
parent 9e8a4d2d9e
commit a8cc3d73b6
3 changed files with 18 additions and 1 deletions
@@ -52,6 +52,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-9.31-font-width-fix.patch
"${FILESDIR}"/${PN}-9.31-line-spacing-fix.patch
"${FILESDIR}"/${PN}-9.31-add-space-to-extent-test-chars.patch
"${FILESDIR}"/${PN}-9.31-reset-sgr-sequence.patch
)
DOCS=(
Changes