]> git.ipfire.org Git - thirdparty/mtr.git/commit
Merge pull request #568 from mayconrcmello/fix/cygwin-braille master
authorRoger Wolff <R.E.Wolff@BitWizard.nl>
Sun, 26 Apr 2026 13:38:30 +0000 (15:38 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Apr 2026 13:38:30 +0000 (15:38 +0200)
commitf0733fa6c99351af816247efef6ddf5f9600c8ef
treece772a9c788cad99d611b867dc2f21efa659f6c1
parentafa3287fa4a5463afc164add467f1d6723a35df0
parentaa46d1b58b432a3781e029e4662e0efad3da4c2f
Merge pull request #568 from mayconrcmello/fix/cygwin-braille

ui: fix braille display mode on Cygwin

I would find it neater to add a check for the header that cygwin uses, instead of checking for cygwin and just including that. This involves messing with the autoconf stuff which I'm not familiar with. So that's an item for the "todo list".