Merge text.love

This commit is contained in:
Kartik K. Agaram 2022-11-30 21:20:25 -08:00
commit 173f155810
1 changed files with 9 additions and 4 deletions

View File

@ -52,10 +52,6 @@ found anything amiss: http://akkartik.name/contact
screen line and start of the next, so clicking the mouse to position the
cursor can very occasionally do the wrong thing.
* Touchpads can drag the mouse pointer using a light touch or a heavy click.
On Linux, drags using the light touch get interrupted when a key is pressed.
You'll have to press down to drag.
* Can't scroll while selecting text with mouse.
* No scrollbars yet. That stuff is hard.
@ -78,6 +74,15 @@ Further forks are encouraged. If you show me your fork, I'll link to it here.
* https://codeberg.org/akkartik/view.love -- a stripped down version without
support for modifying files; useful starting point for some forks.
* https://codeberg.org/akkartik/pong.love -- a fairly minimal example app that
can edit and debug its own source code.
* https://codeberg.org/akkartik/template-live-editor.love -- a template for
building "free-wheeling" live programs (easy to fork, can be modified as
they run), with a text editor primitive.
* https://codeberg.org/akkartik/luaML.love -- a free-wheeling 'browser' for a
Lua-based markup language built as a live program.
* https://codeberg.org/akkartik/driver.love -- a programming environment for
modifying free-wheeling programs while they run.
## Feedback