mirror of
https://github.com/MeexReay/poshlostios.git
synced 2025-06-24 10:32:59 +03:00
fix terminal antihtml and hello
This commit is contained in:
parent
cc8fe92080
commit
8bb79a92eb
@ -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) {
|
||||||
|
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user