logoalt Hacker News

joshkayesterday at 8:11 PM1 replyview on HN

The problem succinctly is when the terminal emulator only sees cell values and instructions it can't do anything more with things. Two really good examples are implementing accessibility well, and scrolling / changing things above the terminal pane without rewriting the whole history.


Replies

torginusyesterday at 9:43 PM

What you describe sounds a lot like the HTML/CSS split, with having a separate semantic/display data. I think that's a rather large jump from the 80x25 model, retrofitting that much data sounds like quite the challange.

Not sure how you're planning on doing that, can you incrementally extend the current model, or will it require a completely new protocol?