]> git.xolatile.top Git - public-moontalk.git/commitdiff
update notices master
authorEmil Williams <emilwilliams@tuta.io>
Sat, 17 Feb 2024 19:00:57 +0000 (19:00 +0000)
committerEmil Williams <emilwilliams@tuta.io>
Sat, 17 Feb 2024 19:00:57 +0000 (19:00 +0000)
client/README

index 3c72df1220d4f22a05278a86e0da9ec83b31dc22..bb451833d4faae28559851bde938fffc2ae9cfc3 100644 (file)
@@ -16,15 +16,15 @@ Extension for raw clients:
 
 moontalk.rb:
 
-  Runs off of ruby, just werks.
+  Runs off of ruby, just werks. Uses readline.
 
   You'll need to install ruby to run it.
-  See source code for usage.
+  See source code for usage, press enter in an empty prompt to see new messages.
 
 moontalk-cli.c:
 
-  particually functional, should just werk for normal chatting.
-  Not as nice for editing text, full NCurses interface.
+  partly functional, should just werk for normal chatting.
+  Not as nice for editing text, full NCurses interface. Manual scrolling.
 
   To compile it, use bake <https://git.lain.church/emil/bake> or just run:
     gcc -O2 -std=gnu99 moontalk-cli.c -o moontalk-cli -lncurses -ltinfo
@@ -41,6 +41,8 @@ moontalk.tcl:
   Click the bottom bar to talk.
   Graceful about reconnections.
 
+  Made by the OP.
+
 moontalk.py:
 
   Pretty ergonomic, but works.