On Sat, 25 Mar 2017 14:52:56 +0100 Boris Faure <[email protected]> said: > On 17-03-25 12:34, Andrew Williams wrote: > > This is seeming to become a more common request. And I would like it in Edi > > too ;) > > > > Any thoughts on how complex it would be? > > It's a bit entangled at the moment. > The issue is just that I won't be one doing it. I'm no longer spending > much time on Terminology.
I don't see why it needs a lot of time. Doing a terminal is a fair bit of work and a widget is also a lot of work. stdout is easy enough to do without such complexity... but a full terminal with ncurses and the works is non-trivial... so i'd just say: "find some other way" :) as an aside: ncurses in a gui widget seems a big backwards to me... if there is need for a gui (ncurses gui) then perhaps it should become an actual gui... and be abstracted as such. e.g. cmdline apps are building a gui using curses... but why not build a real gui - eg describe a layout via stdout and then get events via stdin... yes - likely a bigger task but the better solution for a gui. :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
