
May 9th, 2002, 11:33 AM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
for text consoles, i answered in the C forum how to do it with stars or similar. search there if this is what you want.
"dumb terminals" are text terminals.
most times they have no graphics (or they would not be "dumb"). they work similar to a typewriter.
since ascii only defines the codes from 0-127, you have to make your graphs with these characters. does the terminal support ansi, vt52, vt100 or how does it work? then you could have extended characters suitable for bar graphs...
|