about summary refs log tree commit diff stats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* extract a new variableKartik K. Agaram2022-06-021-1/+2
* crisp font renderingKartik K. Agaram2022-06-021-4/+20
* find textKartik K. Agaram2022-06-021-5/+43
* .Kartik K. Agaram2022-06-021-1/+1
* renameKartik K. Agaram2022-06-021-1/+1
* bugfix: undo drawing creationKartik K. Agaram2022-06-021-0/+1
* after much struggle, a brute-force undoKartik K. Agaram2022-06-021-0/+5
* .Kartik K. Agaram2022-05-291-6/+0
* selecting text and deleting selectionsKartik K. Agaram2022-05-291-0/+11
* update some documentationKartik K. Agaram2022-05-291-3/+6
* move some codeKartik K. Agaram2022-05-281-28/+0
* .Kartik K. Agaram2022-05-271-1/+1
* assert for a bug I saw a while ago but can no longer reproduceKartik K. Agaram2022-05-251-0/+1
* no, make sure to compute line width after screen dimensionsKartik K. Agaram2022-05-251-4/+4
* couple more testsKartik K. Agaram2022-05-251-17/+19
* get rid of debug variablesKartik K. Agaram2022-05-231-9/+4
* keep one screen line of overlap on pagedownKartik K. Agaram2022-05-231-1/+1
* a few tests for pageup, and a bugfixKartik K. Agaram2022-05-231-10/+18
* disable all debug printsKartik K. Agaram2022-05-231-2/+2
* .Kartik K. Agaram2022-05-231-1/+2
* couple of tests for cursor downKartik K. Agaram2022-05-231-2/+2
* bugfix: don't rely on Screen_bottom1 while scrollingKartik K. Agaram2022-05-231-1/+4
* first successful pagedown test, first bug found by testKartik K. Agaram2022-05-231-7/+8
* fold variables for screen dimensions into the app frameworkKartik K. Agaram2022-05-221-8/+8
* basic test-enabled frameworkKartik K. Agaram2022-05-221-26/+25
* renameKartik K. Agaram2022-05-221-1/+3
* beginnings of a test harnessKartik K. Agaram2022-05-221-0/+1
* bugfix: printing the first part of a line at the bottom made it seem non-wrap...Kartik K. Agaram2022-05-211-9/+17
* I feel confident now that page-down is working.Kartik K. Agaram2022-05-211-2/+3
* beginning of a new approach to scroll+wrapKartik K. Agaram2022-05-211-25/+31
* bugfix: escape key to hide online helpKartik K. Agaram2022-05-211-0/+6
* support for naming pointsKartik K. Agaram2022-05-211-0/+27
* keep cursor on screen when pressing 'down'Kartik K. Agaram2022-05-201-1/+1
* reduce ambitions a bit: page up/down need not start screen from the middle of...Kartik K. Agaram2022-05-201-13/+14
* ensure Filename is writable when opened outside a terminalKartik K. Agaram2022-05-201-1/+1
* snapshot - no, that's all wrongKartik K. Agaram2022-05-201-9/+11
* new globals: draw partial screen line up topKartik K. Agaram2022-05-201-0/+3
* start using some globalsKartik K. Agaram2022-05-201-1/+1
* moveKartik K. Agaram2022-05-201-2/+4
* start remembering where the cursor is drawn in pxKartik K. Agaram2022-05-201-0/+2
* extract a functionKartik K. Agaram2022-05-201-4/+1
* bugfix: text past cursor was rendered red on wrapped linesKartik K. Agaram2022-05-191-0/+1
* change text cursor shapeKartik K. Agaram2022-05-191-2/+3
* clicking now moves the cursor even on long, wrapped linesKartik K. Agaram2022-05-191-2/+2
* make text and drawings the same widthKartik K. Agaram2022-05-191-5/+3
* commentKartik K. Agaram2022-05-191-6/+1
* eliminate assumptions that line length == size in bytesKartik K. Agaram2022-05-191-3/+3
* snapshot: wrapping long lines at word boundariesKartik K. Agaram2022-05-191-1/+3
* a few more integer coordinatesKartik K. Agaram2022-05-191-1/+1
* this is a bit clearerKartik K. Agaram2022-05-191-2/+2