From a7ad5e709099c73444c6eb0b50c8223d64772d82 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 22 Nov 2023 22:54:08 -0800 Subject: [PATCH] update known issues --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80ec3a4..78363af 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Windows, Mac, Linux, iOS and Android. The environment itself can be modified as it runs. In early release; please report issues, particularly with usability or accessibility. +Beware: programs don't yet persist across restart. + This repo is an example of a [Freewheeling App](http://akkartik.name/freewheeling), designed above all to be easy to run, easy to modify and easy to share. @@ -50,10 +52,7 @@ found anything amiss: http://akkartik.name/contact ## Known issues -* Both freewheeling apps and the driver for them currently benefit from being - launched in terminal windows rather than by being clicked on in a desktop - OS. See [the driver app](https://git.sr.ht/~akkartik/driver.love/src/branch/main/README.md) - for details. +* Beware: programs don't yet persist across restart. * No support yet for Unicode graphemes spanning multiple codepoints. @@ -67,6 +66,8 @@ found anything amiss: http://akkartik.name/contact * Can't scroll while selecting text with mouse. +* Some colors can't be customized yet. + ## Mirrors and Forks This repo is a fork of [lines.love](http://akkartik.name/lines.html), an