brick icon indicating copy to clipboard operation
brick copied to clipboard

A declarative Unix terminal UI library written in Haskell

Results 9 brick issues
Sort by recently updated
recently updated
newest added

* [x] Merge `refactor/event-state-monad` * [x] Merge `feature/custom-keybindings` * [x] Write module-level Haddock documentation for custom keybindings API usage * [x] Review and update Haddock for all functions and types...

Hey there, great library! I am currently building a simple cli application which will render a list of items, one on line each, where each item consists of an hBox...

upstream issue

brick does not currently support Windows because of the unix dependency. Is it possible to configure the brick.cabal so as to directly prevent Windows compilation with an informative error message?...

help wanted

This [github project](https://github.com/danchoi/brick-suspend-issue) demonstrates an issue I've discovered with suspending and halting in [Brick](https://github.com/jtdaugherty/brick). I modified Brick's demo program [brick-suspend-resume-demo](https://github.com/jtdaugherty/brick/blob/master/programs/SuspendAndResumeDemo.hs) to use the `/dev/tty` handle directly as the configured `inputFd`:...

upstream issue

Hello, I'd like to get a colored border on some of my widgets (only the border, not the content). I tried: ``` w = withDefAttr highlighted $ border $ str...

In Brick, the keyboard event ctrl-z is processed like any other keyboard key, but I would like ctrl-z to suspend the process and return me to the previous command line,...

I would like to be able to render widgets to `Text`. The documentation of `renderWidget` suggests using the `Vty` library to render `Picture`, but it is not obvious to me...

Hello, I'm trying to implement a progress bar that increases as a list is traversed, not based on user input. Are there any examples? The issue I'm running into is...

I want to show users the current/default keybindings configuration. The output should look like this: ```ini [keybindings] ;;;; Section name ;; Description of binding customized by user quit = Alt-F4...