Closed GoogleCodeExporter closed 8 years ago
I've held off on line drawing support so far due to the multi-byte characters
required. It's on the roadmap, however.
I'm not sure why I never thought of using an ascii set instead, though. I'll
definitely give this a try for the next release.
Original comment by nicora...@gmail.com
on 30 Oct 2010 at 3:00
I had a look to see if there was a flag I could give bpython to make it use
+---- style drawing. Apparently such an option exists for ncurses. Couldnt find
one, and tried a few $TERM settings but none of them hit it. Not sure if you
need to map characters and cursor movements but runnign bpython in vim would be
an awesome python tool.
Original comment by bitter...@gmail.com
on 4 Nov 2010 at 10:18
I've added enough line drawing support to make bpython happy, at least in my
tests. It will go out with the next release, as soon as I find time to finish
testing the new features.
You can give it a try by going straight to the subversion checkout:
svn checkout http://conque.googlecode.com/svn/trunk/ conque-read-only
Or keep waiting for the optimized + tested 2.0 release.
Original comment by nicora...@gmail.com
on 4 Nov 2010 at 10:32
Cool, thanks, I might give the svn a spin when I Get back from Africa next week.
Thanks for making a very cool thing!
Mark
Original comment by bitter...@gmail.com
on 4 Nov 2010 at 10:45
2.0, just released, has some support for graphics charcters. At least with
Unix-like systems with Python 2.x. (As opposed to Windows and/or Python 3)
Original comment by nicora...@gmail.com
on 17 Nov 2010 at 5:10
Original issue reported on code.google.com by
bitter...@gmail.com
on 30 Oct 2010 at 7:37