This project is mirrored from https://github.com/judah/terminfo.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update . This branch has diverged from upstream.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update . This branch has diverged from upstream.
- Jan 28, 2025
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
- Jan 24, 2025
-
-
Ben Gamari authored
Add configure artifacts to `.gitignore`
-
- Jan 03, 2025
-
-
Serge S. Gulin authored
-
- Oct 13, 2024
-
-
Zubin authored
-
- Apr 11, 2024
-
-
Ben Gamari authored
Bump base bound to allow 4.20
-
- Mar 08, 2024
-
-
Ben Gamari authored
-
- Jun 29, 2023
-
-
Ben Gamari authored
Bump base bound to <4.20
-
- Jun 26, 2023
-
-
Ben Gamari authored
For GHC 9.8.
-
- May 03, 2023
-
-
Ben Gamari authored
Remove == bashism in favor of posix compliancy
-
Jadefalke authored
Remove `==` bashism. This leads to build-fails with other posix-compliant shells such as `dash` and does not affect `bash` itself.
-
- Feb 22, 2023
-
-
Ben Gamari authored
-
- Jan 22, 2023
-
-
Jonathan Daugherty authored
Allows us to be explicit about the curses library
-
Judah Jacobson authored
Update autoconf to 2.71
-
PHO authored
setupterm(3) is in libterminfo on this platform.
-
Jonathan Daugherty authored
Explain why del_curterm is missing
-
Jonathan Daugherty authored
-
- Dec 12, 2022
-
-
Ben Gamari authored
Bump bounds to accomodate base-4.18
-
Ben Gamari authored
-
- Nov 20, 2022
-
-
Jonathan Daugherty authored
-
- Aug 04, 2022
-
-
Ben Gamari authored
-
Ben Gamari authored
Bump base upper bound
-
- Apr 29, 2022
-
-
Ben Gamari authored
-
- Mar 30, 2022
-
-
Ben Gamari authored
-
- Sep 08, 2021
-
-
Judah Jacobson authored
-
Judah Jacobson authored
Fix calls to varargs C function tparm
-
- Feb 10, 2021
-
-
Moritz Angermann authored
Sometimes you want to be explicit about the curses library to use. Say for example, `tinfo` is in path, you might still want to link to `curses`.
-
- Jan 05, 2021
-
-
Nick Erdmann authored
The ccall calling convention doesn't support varargs functions, so switch to capi instead. See https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/ffi.html#varargs-not-supported-by-ccall-calling-convention
-
- Sep 27, 2020
-
-
Judah Jacobson authored
Bump base upper bound to 4.16
-
- Sep 18, 2020
-
-
Vladislav Zavialov authored
-
- May 31, 2020
-
-
Judah Jacobson authored
Bump base upper bound
-
- May 24, 2020
-
-
Ben Gamari authored
-
- Apr 17, 2020
-
-
Ben Gamari authored
As noted in [GHC #17922](ghc/ghc#17922).
-
- Nov 12, 2019
-
-
Judah Jacobson authored
Bump base upper bound to 4.15
-
Ben Gamari authored
-
- May 26, 2019
-
-
Judah Jacobson authored
-
- Jan 17, 2019
-
-
Judah Jacobson authored
-
Judah Jacobson authored
Prepare for upcoming base-4.13/ghc-8.8
-
- Jan 15, 2019
-
-
Herbert Valerio Riedel authored
While at it, also suppress an unused-import warning
-