On Fri, Nov 18, 2016 at 11:13 AM, john lunzer <[email protected]> wrote:
> I use Leo as my primary editor when I *can*. > > When I can't is when I'm SSHing into machines remotely where it is often > not practical (or desirable) to run GUI applications. I believe there was > some work done on a curses front-end plugin in the past but I'm not sure > how far that got. > It's in leo/plugins/cursesGui.py. It doesn't use curses: it just writes lines to the end of the screen. Invoke it with leo --gui=curses. Revs 4984c58 & 681ec4e fix enough crashers to make it minimally functional. Backlink.py throws an exception during startup, but so what... I'll be happy to answer any questions you might have. The ball is in your court ;-) 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.
