diff options
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 |
