Curses and Terminal DEC

Leif B. Kristensen abuse at solumslekt.org
Thu Feb 17 12:02:59 EST 2005


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




More information about the Python-list mailing list