Hi Jeff,

Jeff Wheeler
<jeffwhee...@community.haskell.org> writes:

> Tue Oct 26 11:03:34 EDT 2010  jeffwhee...@gmail.com
>   * Add vte ui (Gtk with integrated terminal)
>   Ignore-this: 6e6f237dc346e078c5076eec753ac00e
>   
>   Since the Pango UI sorta sucks, I thought this would be a nice way to get a
>   usable Gtk UI with less work. This will reduce the amount of work that needs
>   to go into making the UI (since it only needs the vty UI).
>   
>   I bet there's also a way to use IORef and forking so that we don't have to
>   launch an entirely separate instance of Yi, but I haven't figured this out
>   yet.
I haven't see source code.

If you want VTE implement MVC (model/view split) design, it won't
happen. That's why i drop VTE library in my MVC project.

VTE widget is mix 'model' and 'view' code, you need create *new* VTE
widget if you want do split action.

Hope this will help.

  -- Andy

-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

Reply via email to