Skip to content

Commit

Permalink
ncurses: disable term-driver again to fix regressions
Browse files Browse the repository at this point in the history
It breaks colors with nano for some reason, see
#4945

Fixes #4945
  • Loading branch information
lazka committed Oct 4, 2024
1 parent 5c18461 commit 6e49e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncurses/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgname=('ncurses' 'ncurses-devel')
_base_ver=6.5
_date_rev=20240831
pkgver=${_base_ver}.${_date_rev}
pkgrel=1
pkgrel=2
pkgdesc="System V Release 4.0 curses emulation library"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/ncurses/"
Expand Down Expand Up @@ -56,7 +56,7 @@ build() {
--enable-sp-funcs \
--with-wrap-prefix=ncwrap_ \
--enable-sigwinch \
--enable-term-driver \
--disable-term-driver \
--enable-colorfgbg \
--enable-tcap-names \
--disable-termcap \
Expand Down

0 comments on commit 6e49e58

Please sign in to comment.