summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)Author
7 hoursrefactor screen drawing to be invokable row by rowIrene Knapp
7 hoursscrolling now uses the terminal scroll feature when possibleIrene Knapp
9 hoursthere is now a concept of a scroll-topIrene Knapp
12 hoursimplement the 0 and $ commandsIrene Knapp
12 hourscount_lines() wasn't handling empty lines properlyIrene Knapp
13 hourshandling of the neutral column is implemented fully nowIrene Knapp
14 hourshjkl movement is now capped to the dimensions of the buffer... sort ofIrene Knapp
15 hoursadded a handle_movement() abstractionIrene Knapp
15 hoursthe hjkl commands are partly implementedIrene Knapp
15 hoursadd a loop that reads a character of user inputIrene Knapp
16 hoursimplement abstractions Terminal and BufferIrene Knapp
19 hoursinitial commit; draws the traditional tildesIrene Knapp