Jonathan Jacobs
Jonathan Jacobs
@altsem I was thinking about this again, in the context of the recent UI code changes (which I haven't had much chance to look through.) I noticed one of the...
I have added tests and snapshots for the wrapping behaviour, to demonstrate some aspects of it like the cursor taking up multiple lines, etc. but I haven't updated all the...
As far as the implementation goes, I don't know if this is a good approach. I thought that using ratatui's `Paragraph` to render this with wrapping would be fairly quick...
I realised that since there's now space at the front of the line, and the first line doesn't show a wrap indicator, it's possible to move the collapsed indicator there...
> Or even doing both? Leaving the cursor/selection out for a continuation is a good idea. > One currently annoying thing though, if you double-click to select a whole word...
@altsem Thanks for the info! I stumbled across your Wizterm work a couple of weeks ago, and wondered how it might affect something like this. To be honest, I've had...
I know (and love) keyboard shortcuts, but sometimes I find myself clicking a commit/stash/hunk with the mouse instinctively. This works in magit, and it would be great if it worked...
FWIW, #422 addressed my comment about mouse support, which is usually faster for me to skip around the UI than jumping up/down N lines.
@antonkulaga I’m not familiar with `to_file`, would you be able to link me to the code or documentation for it? Also, could you explain what you would expect `to_tree_file` to...
gitu enables mouse reporting, depending on your terminal emulator you can probably hold a modifier (for example, shift or option) to enable text selection when mouse reporting is enabled.