diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-21 19:41:19 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-21 19:41:19 +0300 |
commit | d147fc7579bf77bf6f3ace669c8ade68be89d1ca (patch) | |
tree | e19b9409e15feecd9b9317c86408da37fb18a0e4 /interface | |
parent | c3386ba118b1a0f2ae1a31a9787ea5cb8b68396f (diff) |
Improve tab completion system
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go index cdd1927..83fa7da 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -77,7 +77,7 @@ type RoomView interface { SaveHistory(dir string) error LoadHistory(matrix MatrixContainer, dir string) (int, error) - SetStatus(status string) + SetCompletions(completions []string) SetTyping(users []string) UpdateUserList() |