On Sun, Dec 20, 2009 at 4:36 PM, Sergey Khorev wrote: > > I was thinking of porting clewn to Windows for years, now I don't have to :) >
Hello Sergey Yes I remember discussing it with you at http://thread.gmane.org/gmane.editors.vim/39674/focus=39871 Pyclewn does not need terminal control as it uses Vim command line for history and completion. The unix 'select' call is emulated in Windows by following the implementatio made by gdb in its event loop. It is a bit slow right now as it uses python standard library calls and I hope to improve it by replacing these with win32 native calls. Xavier ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
