Opened 15 years ago

Closed 14 years ago

#1872 closed bug (fixed)

man pages not entirely visible on the shell

Reported by: pcav Owned by: rugginoso
Priority: minor: annoyance Milestone: Version 1.5.0
Component: GRASS Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

If you launch man for a command name from the embedded GRASS shell, some characters are not visible

Change History (3)

comment:1 by rblazek, 14 years ago

Which characters? Non ascii? Could it be wrong terminal encoding?

comment:2 by pcav, 14 years ago

Not. eg: man g.gisenv returns:

NAME

g.gisenv - Outputs and modifies the user's current GRASS variable settings.

etc.

but NAME is not visible (probably black as the background). It IS there, because if you copy and paste it you can find it. Probably just a colour scheme problem. BTW, it would be better to have a white background IMHO.

comment:3 by rblazek, 14 years ago

Resolution: fixed
Status: newclosed

With COLOR_SCHEME_BLACK_ON_LIGHT_YELLOW it works, QTermWidget has only: COLOR_SCHEME_WHITE_ON_BLACK, COLOR_SCHEME_GREEN_ON_BLACK, COLOR_SCHEME_BLACK_ON_LIGHT_YELLOW

Note: See TracTickets for help on using tickets.