You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checkin out your widgets and they're pretty cool...
though, I just remembered the cli program called dialog. there are tons of things you can do with it, and the source is written by the same guy as ncurses. (right, I'm sure you knew that... lolz)
so, I was kinda in the middle of doing a sencillo-cli interface for the sencillo module, right... and I'm still not to that code yet, but I could imagine that I might do bindings for dialog, to avoid having to rewrite so much in js. would you prefer that I fork your ncurses and do it on top (cause it uses ncurses a whole bunch) or make a new module with ncurses statically linked in? -- or try and work out better widgets? (just kinda thinking out loud here...)
peace
The text was updated successfully, but these errors were encountered:
I was checkin out your widgets and they're pretty cool...
though, I just remembered the cli program called
dialog
. there are tons of things you can do with it, and the source is written by the same guy as ncurses. (right, I'm sure you knew that... lolz)howto:
http://www.linuxjournal.com/article/2807
author's site:
http://invisible-island.net/dialog/
debian sources:
http://hightek.org/dialog/
so, I was kinda in the middle of doing a sencillo-cli interface for the sencillo module, right... and I'm still not to that code yet, but I could imagine that I might do bindings for dialog, to avoid having to rewrite so much in js. would you prefer that I fork your ncurses and do it on top (cause it uses ncurses a whole bunch) or make a new module with ncurses statically linked in? -- or try and work out better widgets? (just kinda thinking out loud here...)
peace
The text was updated successfully, but these errors were encountered: