Skip to content

Commit

Permalink
mintty: default to Term=xterm-256color
Browse files Browse the repository at this point in the history
instead of plain xterm. xterm-256color is the default on most modern
systems, so give it a try.

Fixes #4973
  • Loading branch information
lazka committed Feb 9, 2025
1 parent 544d754 commit ccd7bf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mintty/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=mintty
pkgver=3.7.7
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Terminal emulator with native Windows look and feel"
arch=('i686' 'x86_64')
Expand All @@ -18,7 +18,7 @@ backup=('etc/minttyrc')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz
"minttyrc")
sha256sums=('6f1a03e3fdab51927a1eb7415a1478f694aeb57d37edcee8eca50ed3a7e044a0'
'aabad49568755a05e76b2581eb6061e27c3ab099aa0f4eb536dfdbcac99cac1f')
'ce43a9b0c8eb01a695d0543ceb56c9281708a02aaf92021b72d0f0b69a7feeb9')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
1 change: 1 addition & 0 deletions mintty/minttyrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Columns=100
Rows=27
Term=xterm-256color

0 comments on commit ccd7bf3

Please sign in to comment.