Strip terminal controls from server text

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:30:07 -04:00
committed by Brandon McGinty
parent c3fe4f88f3
commit 6aeab4fd5c
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ Priority 0: security and crashers
from arbitrary goroutines. Route UI work through a UI-owned event queue, or
protect all state and ensure only the UI goroutine calls termbox.
7. Terminal control sequences from server data are rendered
[x] 7. Terminal control sequences from server data are rendered
Files: client.go, ui.go, ui_tree.go, admin.go
HTML escaping does not remove terminal escape/control sequences. Server
supplied messages, names, comments, and channel names are displayed in the