diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 00:13:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 00:13:24 -0500 |
| commit | 6c58ab5e15104569b802681cacfb6882269dfb7f (patch) | |
| tree | ae87ce9e19d4db53c10361910ade15e9a4a2d47f /doPlayback.go | |
| parent | f5b513fa05ddbaaa2149cf0527ae1206e653266b (diff) | |
Diffstat (limited to 'doPlayback.go')
| -rw-r--r-- | doPlayback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doPlayback.go b/doPlayback.go index 8482805..1489879 100644 --- a/doPlayback.go +++ b/doPlayback.go @@ -86,7 +86,7 @@ func listChats(chats *chatpb.Chats) { // print out one line for each chat entry func listEntries(chat *chatpb.Chat) { log.Printf("--- Entries for Topic: %s ---\n", chat.GetChatName()) - width := getTerminalWidth() + width, _ := getTerminalWidth() // Determine the maximum length of the author and time string maxAuthorAndTimeLen := 0 |
