I'm playing a little with curses (okay, call me a masochist) and have found a small gotcha. When I do eg. a screen = stdscr.subwin(10,20,0,0) and then a screen.border(), I end up with an ugly border where the right side is seriously misaligned.
I've figured out the reason: I love the Terminal DEC font in Linux, and have set it as my preferred font in the KDE Konsole. When I switch to the default font, everything looks dandy. But is there a way to get a nice border with the Terminal DEC font? -- Leif Biberg Kristensen -- http://mail.python.org/mailman/listinfo/python-list