Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbtule
3381 days ago
You know what would be fast for display updating, ncurses. I wonder why they didn't use that? If only we had an ncurses based text editor.
2 comments
insulanus
3381 days ago
Someone should write a webkit based ncurses! Why haven't we seen the light before !? ;)
link
sah2ed
3380 days ago
There is already an ncurses library for JavaScript [1] so one for WebKit shouldn't be far off ;)
[1]
https://github.com/chjj/blessed
link
4c2383f5c88e911
3380 days ago
Ncurses is the worst gui toolkit there is (from a developer point of view), although it indeed is lighter on resource usage than most of the others if you do it right.
link