eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Fix how backspace works in REPL-mode #20

Closed eagleflo closed 1 year ago

eagleflo commented 1 year ago

As of now backspacing characters doesn't fully work -- there are leftover characters in the CLI. Ideally backspace removes one character, be that ASCII or Unicode, and there is no garbage left over.

(It's possible that solving #19 also solves this.)