Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basewidget: get_input: Work around incorrect UTF-8 partitioning.
To get a complete UTF-8 char, convert terminal input from bytes to str, then back again. This is not ideal, but the whole terminal input handling needs to be reworked later anyway.
- Loading branch information