shithub: gridchat

Download patch

ref: 74b5601ff4ebba53f7774ba27cefcab209da84b8
parent: b69f1ee9fa24d7f989d76f4e63a3dd7fb774e235
author: grobe0ba <grobe0ba@tcp80.org>
date: Sun Apr 13 06:06:49 EDT 2025

change scrollback length

--- a/chat
+++ b/chat
@@ -22,7 +22,7 @@
 
 fn chatstart{
 	srv tcp!chat.tcp80.org!9990 chat.$pid
-	mount /srv/chat.$pid /n/chat tail:0
+	mount /srv/chat.$pid /n/chat tail:1k
 
 	dims=`{read -c60 /dev/window}
 	height=`{echo $dims(5) - $dims(3) | hoc}
--