Menu

#24 curses driver bar graph problems

confirmed
closed-fixed
nobody
driver (15)
5
2002-06-03
2002-05-31
No

From Scott Scriven:

Okay, so this is a very vague bug report.

The vbar characters in the curses driver seem to be the
wrong
characters. Instead of characters which represent a
short or
medium bar, I'm getting s, r, p, and other letters.

Discussion

  • William W. Ferrell

    Logged In: YES
    user_id=839

    From Rene Wagner:

    This is not a bug it is your curses implementation,
    but we could bypass (via configuration param) and user
    choosen char.

     
  • David GLAUDE

    David GLAUDE - 2002-06-03
    • status: open --> closed-fixed
     
  • David GLAUDE

    David GLAUDE - 2002-06-03

    Logged In: YES
    user_id=77589

    Rene did solve the problem.
    It is a problem in some curses implementation.
    So for people with broken curses we have a new flag.
    And this should solve the problem.
    It is now in CVS for 0.4.4

    Hi all,

    I've just committed some changes to the curses driver.

    Those of you who experience any problems with the output of
    screens
    that use vertical bars can now use the old vbar
    implementation by
    enabling this line in the configuration file ( [curses] section):

    useoldvbarmap=yes

    Regards,

    Rene Wagner

     

Log in to post a comment.