Editing search queries?
Closed this issue · 4 comments
rkratky commented
Is it intentional that it's not possible to edit the input in the search field? It would be nice to be able to have normal movement using left/right cursor keys.
nick42d commented
G'day, it's not intentional, just my simple implementation, although Backspace should work. This is lower priority, but planned. The TextHandler trait would be the key place to implement it.
rkratky commented
Backspace should work
In most term. emulators, it does 👍
This is lower priority
Ack
nick42d commented
Implementation note; this needs to consider unicode when moving the cursor and inserting text at the cursor