summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui/ui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 8c75e97..39f936c 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -265,6 +265,10 @@ func (ui *UI) InputClear() bool {
return ui.e.Clear()
}
+func (ui *UI) InputBackSearch() {
+ ui.e.BackSearch()
+}
+
func (ui *UI) Resize() {
w, h := ui.screen.Size()
innerWidth := w - 9 - ui.config.ChanColWidth - ui.config.NickColWidth - ui.config.MemberColWidth