Move input field to RoomView

This commit is contained in:
Tulir Asokan
2018-03-22 16:44:24 +02:00
parent 9fd67102ad
commit 492a8752f1
3 changed files with 105 additions and 53 deletions

View File

@ -39,7 +39,6 @@ type GomuksUI interface {
}
type MainView interface {
InputTabComplete(text string, cursorOffset int) string
GetRoom(roomID string) *widget.RoomView
HasRoom(roomID string) bool
AddRoom(roomID string)