From 863bd3daa630ff40eb1dfec0259f3129d25ff14b Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 Feb 2024 19:00:57 +0000 Subject: [PATCH] update notices --- client/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/README b/client/README index 3c72df1..bb45183 100644 --- a/client/README +++ b/client/README @@ -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 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.