From 7417df0f3ca20d6fcc0ef6ecb122dacf2afd741f Mon Sep 17 00:00:00 2001 From: Ville Ranki Date: Thu, 18 Oct 2018 17:02:38 +0300 Subject: Alt-a to jump to next channel with unread messages. --- ui/tag-room-list.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/tag-room-list.go') diff --git a/ui/tag-room-list.go b/ui/tag-room-list.go index 2705c49..60b4350 100644 --- a/ui/tag-room-list.go +++ b/ui/tag-room-list.go @@ -18,12 +18,13 @@ package ui import ( "fmt" + "strconv" + "strings" + "maunium.net/go/gomuks/matrix/rooms" "maunium.net/go/gomuks/ui/widget" "maunium.net/go/tcell" "maunium.net/go/tview" - "strconv" - "strings" ) type OrderedRoom struct { -- cgit v1.2.3