nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Use `cluffer:buffer`s in `input-edit-mode`

Open aartaka opened this issue 4 years ago • 3 comments

Create full cluffer:buffers, instead of cluffer:lines. This way we will make it more performant and simple (I've just tried to implement cursor-next-line and was overwhelmed by the complexity of that). After all, cluffer distinguishes between buffer and line for a reason.

Current implementation is quite slow on long text fields, too.

aartaka avatar Apr 23 '21 18:04 aartaka

Makes sense to me. @jmercouris ?

Ambrevar avatar Apr 24 '21 06:04 Ambrevar

Yes, makes sense to me too!

jmercouris avatar Apr 24 '21 08:04 jmercouris

Yes, this is indeed a mistake that probably derived from not carefully studying the cluffer library.

Given that we have zillions of ways to have editor-like behaviors in Nyxt (each with its own set of quirks), we should probably firstly understand what we want.

aadcg avatar May 28 '23 19:05 aadcg