From 95a9013aa591b25ed62da243b3a468c9c282e3a7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 03:34:05 +0100 Subject: chat --- chat.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chat.lua b/chat.lua index 3c9593f..0d84262 100644 --- a/chat.lua +++ b/chat.lua @@ -9,9 +9,10 @@ local Mw,Mh = M.getSize() local scorewidth=10 local lbw = 4+16+scorewidth local wLog = window.create(M,1,12,Mw,Mh-12) - wLog.setBackgroundColor(colors.blue) + wLog.setBackgroundColor(colors.white) + wLog.setTextColor(colors.black) wLog.clear() - wLog.write("LOG") + wLog.setCursorBlink(true) local wLb = window.create(M,Mw-lbw+1,1,lbw,11) -- wLb.setBackgroundColor(colors.red) -- wLb.clear() -- cgit v1.2.3