diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:58:04 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:58:04 +0100 |
commit | 11e7b6e3e47d953a57fb72d4089cb2db4a39d83c (patch) | |
tree | 0bc46bd3b3b1cf3fe9ab6ebf58c74adf291b13de | |
parent | 579d6571cc9e2397a5f3f8cb5b66f7529e7a749d (diff) |
chat
-rw-r--r-- | chat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |