Jonathan Daugherty

Results 339 comments of Jonathan Daugherty

@byorgey @xsebek you might like to take a look at the `feature/custom-keybindings` branch which I'm going to include in the 1.0 release that ships with the `EventM` changes. You can...

@byorgey @xsebek See also `programs/CustomKeybindingDemo.hs` that I just pushed to that branch for a complete working example.

The keybindings work has been merged to `master` and will continue to get polished there before release.

@xsebek @byorgey You might be interested to know that the keybinding demo program now demonstrates how to load custom keybindings from an INI file. See `master` as of ad91a0b7270c3a72ad283cfc6e64a42c9ad31dba.

Hi everyone, Brick 1.0 is out including these changes! https://github.com/jtdaugherty/brick/blob/master/CHANGELOG.md#10

Hi @AndreiUlmeyda - thanks for opening this. Do you happen to have a complete minimal test program that exhibits this behavior? If so, that would really help me investigate.

Okay, no problem. You might consider just starting with one of the demo programs since they're mostly pretty small.

Thanks, @AndreiUlmeyda. About how much of the time would you say you experience the problem with this program? (I ran it about 30 times and it never seemed to misbehave.)

Digging into this a bit more, I have a hypothesis about how this can happen. Vty detects the color mode of the terminal by querying terminfo. The implementation for the...

Segfaults on startup seem to occur when input is transmitted on the terminal before Vty is ready for it. That's a long-standing issue and I believe it's unrelated to the...