haskell-terminal icon indicating copy to clipboard operation
haskell-terminal copied to clipboard

Haskell library for terminal interaction (without terminfo dependency but with Windows support)

Results 12 haskell-terminal issues
Sort by recently updated
recently updated
newest added

As documented in #17, certain keycodes which are otherwise handled by the `specialChar` function are still producing an additional character. This changes that behaviour such that if a key is...

Hi there, Typing Enter on the keyboard returns both `KeyEvent EnterKey mempty` and `KeyEvent (CharKey `J`) Ctrl`. This happens both on macOS (on `aarch64` and linux. Thanks for the nice...

Hi there, Just wanted to report that using `getWindowSize` always returns `Size 0 0` in all of the terminals I've tried. ~~Also after a while it seems to crash (displays...

Following up on #15 Adding the CApiFFI extension seems necessary, and the `terminal-ev` example didn't build because of a deprecated Prettyprinter module name.

~~Turns out I didn't really need this.~~ UPDATE: Turns out I actually need this https://github.com/turion/rhine/pull/165#issuecomment-1174864851

As described in this draft blog post [1], ccall does not support variadic functions such as `ioctl`. [1]: https://gitlab.haskell.org/ghc/homepage/-/merge_requests/86

Modifiers do not allow pattern matching - it makes code more complex than it could have been. The change could be backwards compatible by defining and exporting pattern synonyms for...

Thanks a lot! I've almost surrendered to waiting for GHC 9 and WinIO when I stumbled on your package. An equivalent of getLine was [easy to implement](https://stackoverflow.com/a/66958732/1816503), but it seems...

change this field: ``` license: BSD-3-Clause ``` Newer versions of cabal require SPDX ids (so it should be done for forwards compatibility if nothing else).