Josh McKinney
Josh McKinney
The rationale for splitting these into multiple commands would be that in an app you might have a scroll region, which you set once at the start of the app,...
Please post a full error message including backtrace for this if you can. Good to hear switching back to libc works. I pushed to keep the libc code in place...
Thanks for the diagnosis. Can you also try to get strace output for the libc feature too? It would be a useful comparison to see where they differ.
Added a note to the first comment for anyone that finds this issue marking the solution as run `cargo update` (until #926 is merged and released).
See https://github.com/crossterm-rs/crossterm/issues/685
I'm going to reopen this one after doing a bit more reading as it's a little more complex than just a missing key. On a German keyboard layout (I'm probably...
Not feasible at all. `Ctrl+Alt+\` is a perfectly reasonable shortcut (which requires holding Fn as well on a Mac). There's nothing really that would disambiguate good modifiers from bad (except...
https://github.com/joshka/tui-scrollview/pull/30 changes the implementation a bunch, so I'm going to redo this and credit you for the fix.
Hey there, it might be some time before I respond to this, but I will get back to it as soon as I can.
This is gross simplification of #1180. It's opinionated and does the right thing for the majority of applications. It also does the right thing with any app that uses `color_eyre::install()?`....