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