Results 100 comments of Adam

@sewbacca I founds two forks of linenoise that claim to have Windows support. You may want to look at them. I don't know if they are still maintained though: *...

Hi @vinay033 thanks for looking at this. I tried running your steps on a pristine Debian VM but I got an error on `start_all_services` ([logs](https://gist.github.com/adsr/3cc09bb0e153b9208fcb5faf815614cf)). Am I missing some setup?...

Hi, thank you for writing up that blog post. It's better than the official help! > 1. Would it be possible to catch S-home key event? For this key press,...

Interesting. I wonder why `bline_count_chars` is getting called for every line in the file. It's supposed to be called lazily. With no syntax definition applied I'd expect it to be...

OK I see a bug in `_editor_should_skip_rc`. Is it faster if you run `mle -N -Qq large` (instead of `mle -NQq large`)?

Brilliant, thank you @proh14

Hi it was still happening at 856cb97, but seems to be fixed on HEAD (00daaac). Bisected to 2ac79ea as the fix commit.

On my backlog to review this. Thanks for the contribution @mabu233

Hello, thanks for the FR. I like the idea and agree a separate API or library is the right choice. I've thought it would be cool to pair this with...

I was experimenting with not switching to alt screen this evening and with a couple hacks: ![image](https://github.com/user-attachments/assets/11a861b8-3536-447d-934d-8e3d8e88e48a) I'm not yet convinced we should add this feature, but I'm slightly more...