From 8bb79a92eb05d0f165c6f7b9fb00c651c8a5879f Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 20 Mar 2025 01:23:32 +0300 Subject: [PATCH] fix terminal antihtml and hello --- app/hello/hello.js | 2 +- sys/terminal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/hello/hello.js b/app/hello/hello.js index f8b55e7..04234dd 100644 --- a/app/hello/hello.js +++ b/app/hello/hello.js @@ -27,8 +27,8 @@ Github - https://github.com/MeexReay/poshlostios * woman
- руководства по всякому Планируется: -* сделать hex цвета * прога чтото наподобе nano или vi +* xorg ` async function main(args) { diff --git a/sys/terminal.js b/sys/terminal.js index 7defcd5..49a5453 100644 --- a/sys/terminal.js +++ b/sys/terminal.js @@ -43,7 +43,7 @@ function clearTerminal() { } function updateTerminalWOCursor() { - terminal.innerHTML = convertColorCodes(terminal_text) + terminal.innerHTML = convertColorCodes(stripHtml(terminal_text)) } function updateTerminal() {