fix terminal antihtml and hello

This commit is contained in:
MeexReay 2025-03-20 01:23:32 +03:00
parent cc8fe92080
commit 8bb79a92eb
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ Github - https://github.com/MeexReay/poshlostios
* woman <article> - руководства по всякому * woman <article> - руководства по всякому
Планируется: Планируется:
* сделать hex цвета
* прога чтото наподобе nano или vi * прога чтото наподобе nano или vi
* xorg
` `
async function main(args) { async function main(args) {

View File

@ -43,7 +43,7 @@ function clearTerminal() {
} }
function updateTerminalWOCursor() { function updateTerminalWOCursor() {
terminal.innerHTML = convertColorCodes(terminal_text) terminal.innerHTML = convertColorCodes(stripHtml(terminal_text))
} }
function updateTerminal() { function updateTerminal() {