aboutsummaryrefslogtreecommitdiff
path: root/go-src/windows.go
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-09-11 18:15:54 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-09-11 18:15:54 +0300
commit3ebef9072f9de0ff1834c7286da041ed33448a59 (patch)
tree28e126ee1dd84c3e4e7cd3f7eb907dbe9f6571a7 /go-src/windows.go
parent501a530885c408a88c0fec0b38325410bd27e1d0 (diff)
downloadctfc-3ebef9072f9de0ff1834c7286da041ed33448a59.tar
ctfc-3ebef9072f9de0ff1834c7286da041ed33448a59.tar.gz
ctfc-3ebef9072f9de0ff1834c7286da041ed33448a59.zip
Fixed comlex input actions defering with wrong values on invalid left and right page navigation
Diffstat (limited to 'go-src/windows.go')
-rw-r--r--go-src/windows.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/go-src/windows.go b/go-src/windows.go
index 1b4e49e..89294a1 100644
--- a/go-src/windows.go
+++ b/go-src/windows.go
@@ -115,6 +115,7 @@ func chatsWindow(values ...string) {
" : ",
&values[0],
chatsWindow,
+ values,
chatWindow,
chatNameExists,
)
@@ -246,6 +247,7 @@ func directMessagesWindow(values ...string) {
" (",
&values[0],
directMessagesWindow,
+ values,
directMessageWindow,
usernameExists,
)