TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Notty – a new kind of terminal written in Rust

47 pointsby joshsharpabout 9 years ago

7 comments

antiquarkabout 9 years ago
Nice idea! Might I suggest using HTML for the escape codes? The terminal would be basically unlimited if there was a built-in HTML renderer. Maybe you would need some high level "EnterHtml" and "ExitHtml" functions to simplify your scripting. But if it was HTML5 compatible, then you could generate canvases and draw on them, change your font colors, etc.
评论 #11295504 未加载
tatterdemalionabout 9 years ago
Hey, I am the author of notty. :-) I didn't see this post until I noticed the project's star count had jumped up again, but if anyone sees it now and has any questions please feel free to hit me up.
评论 #11296713 未加载
评论 #11295576 未加载
mikekcharabout 9 years ago
This looks quite interesting. I wonder, though, if it might be a good idea to cut back the scope of the project (at least initially). Replacing the ANSI escape sequences with something sane is a hard enough problem, I think, even if you were just going for feature parity. Fixing the colour palette problems would be amazing.
评论 #11295556 未加载
openfutureabout 9 years ago
Terminals are such a mess. All the options on linux are lacking in some way or have legacy problems......<p>I hope someone actually finishes one of these &#x27;next gen&#x27; terminals that keep getting abandoned.
评论 #11295568 未加载
评论 #11293937 未加载
pmoriartyabout 9 years ago
The big question is whether you can run vim and emacs under this terminal. Anyone know?
评论 #11289323 未加载
评论 #11295520 未加载
评论 #11289313 未加载
mchahnabout 9 years ago
&gt; Dropdown menus, tooltips, and other features which do not strictly reside in the character grid<p>If it does this then it is heading into GUI application territory. I wonder if an existing GUI application could be extended to add command-line features to end up at the same place. Or does such a thing already exist? This might even be a faster way to get to this goal.
评论 #11295515 未加载
ReedJessenabout 9 years ago
What is loseless keyboard input?
评论 #11296229 未加载