about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-20 07:05:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-20 07:05:50 -0800
commitc4984c2ae5a630df02be330ea4b72b12115e37b7 (patch)
tree58bcc8ca51952c37102414133aba3a4e84c14da9 /README.md
parentdcef2347dd9c0eecb34f8e4bb7855d6f84eb2039 (diff)
downloadteliva-c4984c2ae5a630df02be330ea4b72b12115e37b7.tar.gz
fix stale readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index bf4f4ae..c6d4d54 100644
--- a/README.md
+++ b/README.md
@@ -139,10 +139,9 @@ a say in its future direction.
 
 ## Known issues
 
-* Colors are currently hardcoded. To obtain say a dark background, modify the
-  call to `assume_default_colors()` in function `main()` at the bottom of
-  `src/lua.c`. If you do this, you'll likely also need to tweak other colors
-  for legibility. Look for calls to `FG()`, `BG()` and `COLOR_PAIR()`.
+* Colors are currently hardcoded. To tweak them, look for calls to
+  `assume_default_colors()` and `init_pair()`, either in .tlv files for a
+  specific app, or in the C sources for the standard code browser/editor.
 
 * Backspace is known to not work in some configurations. As a workaround,
   typing `ctrl-h` tends to work in those situations.