diff options
| author | Castor Gemini <[email protected]> | 2025-08-22 05:18:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 05:18:09 -0500 |
| commit | 02dd197abc70dc79285a2586c5568d73e18c4a22 (patch) | |
| tree | 6d9540527347975aed231c707adb3c322c221855 /prettyFormat.go | |
| parent | 1fb23427bdb05b800abfc65209fa9121e12c15d9 (diff) | |
refactor(ui): Adjust playback format width to 100 characters
Diffstat (limited to 'prettyFormat.go')
| -rw-r--r-- | prettyFormat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prettyFormat.go b/prettyFormat.go index 5706f92..2c07c0e 100644 --- a/prettyFormat.go +++ b/prettyFormat.go @@ -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) { |
