altsem
altsem
You can't navigate unless you press q or . It seems to be a global issue. For example, pressing Pp the bug.
The goal is to inevitably switch from Ratatui, and start using Termwiz with Termwiz widgets. My hope is that this will clean up the UI code quite a bit, as...
It seems line overflows are making the UI glitchy, needs fixing. Should also perhaps: - Open the split horizontally or vertically depending on available space. - Make horizontal/vertical split behavior...
Here's a sketch on how far i got into trying to make (at least) word-wrap a thing. Since it's just word-wrap, it won't deal with very long single- word lines...
Without the double-buffering I'm getting flicker (though not so much with a --release compile).
_Originally posted by @altsem in https://github.com/altsem/gitu/issues/437#issuecomment-3417924320_ The file-watcher utilizes inotify on Linux, using the "notify" crate. Afaik, this implementation needs to traverse the entire file tree and register a listener...