diff options
-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 |