diff --git a/Applications/Chat/Chat.lua b/Applications/Chat/Chat.lua index 00605889..2671d412 100644 --- a/Applications/Chat/Chat.lua +++ b/Applications/Chat/Chat.lua @@ -440,6 +440,9 @@ local function dro4er(_, localAddress, remoteAddress, remotePort, distance, ...) buffer.draw() end + --Бип! + computer.beep(1700) + --А это небольшой костыльчик, чтобы не сбивался цвет курсора Term API component.gpu.setBackground(colors.messageInputBarInputBackgroundColor) component.gpu.setForeground(colors.messsageInputBarTextColor)