summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2023-10-22Move cursor 1 char right in input. Use unicode segmentation when replacing inputqkzk
2023-01-18fix a bug. Clippy. improve display and documentqkzk
2023-01-17password input, mount, umountqkzk
2022-12-30use &str more oftenqkzk
2022-12-16Documentation of input stringqkzk
2022-12-16move cursor to end after completionqkzk
2022-12-16use vect a chars instead of string for input. Allow utf-8 support in inputqkzk
2022-12-16prevent text insertion of non ascii charsqkzk
2022-12-16massive documentaion and some refactoring.qkzk
2022-10-09simple tabs, can switch. Can't communicateqkzk
2022-10-03input docsqkzk
2022-10-03crate for input stringqkzk