refactor(ui): Adjust playback format width to 100 characters

This commit is contained in:
Castor Gemini 2025-08-22 05:18:09 -05:00 committed by Jeff Carr
parent 1fb23427bd
commit 02dd197abc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"go.wit.com/lib/protobuf/chatpb"
)
const termWidth = 120 // The target width for the formatted output boxes.
const termWidth = 100 // The target width for the formatted output boxes.
// prettyFormatChat is the main entry point to print a detailed view of a Chat topic.
func prettyFormatChat(chat *chatpb.Chat) {