summary refs log tree commit diff
path: root/src/terminal.rs
AgeCommit message (Expand)Author
2026-03-27make terminal initialization a little more reliableIrene Knapp
2026-03-27rename a bunch of the terminal helpersIrene Knapp
2026-03-27fully implement the first-nonblank-column thing for H and LIrene Knapp
2026-03-27scrolling now uses the terminal scroll feature when possibleIrene Knapp
2026-03-27there is now a concept of a scroll-topIrene Knapp
2026-03-27deal with broken UTF8 even betterIrene Knapp
2026-03-27the hjkl commands are partly implementedIrene Knapp
2026-03-27add a loop that reads a character of user inputIrene Knapp
2026-03-27implement abstractions Terminal and BufferIrene Knapp