summary refs log tree commit diff
path: root/src/terminal.rs
AgeCommit message (Expand)Author
2023-03-12fully flakeifyIrene Knapp
2021-06-07draw backspacesIrene Knapp
2021-06-07wooooo! switch to using tokio; make ^C work properlyIrene Knapp
2021-03-11refactor everything into smaller modules; move to using async-std; make the r...Irene Knapp
2021-01-16more edit loop stuffIrene Knapp
2021-01-16Move the CharBufReader stuff into its own fileIrene Knapp
2021-01-16put the terminal in raw mode; also add a TerminalError typeIrene Knapp
2021-01-15Add some rudimentary terminal stuff, which breaks the previously existing fun...Irene Knapp