summaryrefslogtreecommitdiff
path: root/chat.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 03:58:04 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 03:58:04 +0100
commit11e7b6e3e47d953a57fb72d4089cb2db4a39d83c (patch)
tree0bc46bd3b3b1cf3fe9ab6ebf58c74adf291b13de /chat.lua
parent579d6571cc9e2397a5f3f8cb5b66f7529e7a749d (diff)
chat
Diffstat (limited to 'chat.lua')
-rw-r--r--chat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.lua b/chat.lua
index 30ba4d3..8fad798 100644
--- a/chat.lua
+++ b/chat.lua
@@ -117,7 +117,7 @@ local function log_msg(W,user,text,score)
st(colors.white) wr"<" st(colors.orange) wr(user) st(colors.white) wr"> ("
st(colors.cyan) wr(score) st(colors.white) wr(") ") st(colors.lightGray)
- local x,y = W.getCursorPos
+ local x,y = W.getCursorPos()
local remsp = w-x+1
if remsp >= 3 then
if #text > remsp then