Curses and Terminal DEC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Leif B. Kristensen

    #1

    Curses and Terminal DEC

    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(1 0,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

Working...