Just tested this in the wild on Windows for the first time. While minimally functional it's exciting to see this running. The command "print-bindings" works, but doesn't wrap properly in the log window (which is fine). I just wanted to check that anything other that "exit-leo" would work, and it does!
It may go without saying but Python on Windows does not by default come with curses. Anyone wanting to demo the curses GUI on Windows can go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses to get a curses wheel for your version of Python. Fantastic work Edward. On Wednesday, May 10, 2017 at 12:21:11 PM UTC-4, Edward K. Ream wrote: > > On Wednesday, May 3, 2017 at 2:30:44 PM UTC-5, Edward K. Ream wrote: > > Almost nothing is functional. >> > > The minibuffer now works. For example, typing exit-leo <return> exits Leo. > > Most other commands will likely fail. Nevertheless, this is an important > milestone. Considerable work was required to get key bindings working. > > The next step will be to implement the high-level interface between > wrapper and the underlying npyscreen widgets. This should be relatively > straightforward. This will allow many more unit tests to pass. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
