jdfa

Results 7 issues of jdfa

I feel that command input is not really user-friendly. For instance, it doesn't allow marking and jumping between words. Those features are really essential to input commands conveniently. Same improvements...

Usually keyboard events are handled with keyboard modifiers (Ctrl, Alt, Shilt, their combinations, system specific modifiers). Current keyboard event system doesn't support that, only limited amount of events with Shift...

For cases when previewed file contains few pages it would make sense to introduce command for scrolling preview up and down. It would be something similar to what fzf has....

**Describe the bug** Trying to perform my first commit using gitui, getting such error: ``` Error commit error: io error:program not found ``` Line from log: `[ERROR] hookspath error: config...

bug
dormant

I am trying to calculate some contrast color value for certain color and facing issue that R G B values are in private section of Color class. ColorInfo might help...

enhancement

RadioboxBase::OnEvent returns false for Event::Return: https://github.com/ArthurSonzogni/FTXUI/blob/24e04faf36bf0954272200b0bf51c4305e8b8dfc/src/ftxui/component/radiobox.cpp#L107