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