aboutsummaryrefslogtreecommitdiff
path: root/ui/room-view.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-07-30 14:32:59 +0300
committerTulir Asokan <tulir@maunium.net>2020-07-30 14:32:59 +0300
commit2f5f0674b600f129204958c810843d998f6a2f6a (patch)
tree048d98d1484851caaffc3c5463619442d8fee734 /ui/room-view.go
parentaac9db09d6e2e678dceacc0b43d3e4e4878d9933 (diff)
Update mautrix-go and make it build without crypto
Diffstat (limited to 'ui/room-view.go')
-rw-r--r--ui/room-view.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/room-view.go b/ui/room-view.go
index 38a561c..225e0a9 100644
--- a/ui/room-view.go
+++ b/ui/room-view.go
@@ -629,8 +629,6 @@ func (view *RoomView) InputTabComplete(text string, cursorOffset int) {
return
}
- debug.Print("Tab completing", cursorOffset, text)
-
str := runewidth.Truncate(text, cursorOffset, "")
word := findWordToTabComplete(str)
startIndex := len(str) - len(word)