Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!think.com!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!mouse From: mouse@thunder.mcrcim.mcgill.edu (der Mouse) Newsgroups: comp.unix.questions Subject: Re: VT100 BOX CHARACTERS - HOW TO ?? Keywords: VT100 BOX CHARACTERS EXTENDED ASCII Message-ID: <1991Mar26.122052.10255@thunder.mcrcim.mcgill.edu> Date: 26 Mar 91 12:20:52 GMT References: <5745@gara.une.oz.au> Organization: McGill Research Centre for Intelligent Machines Lines: 20 In article <5745@gara.une.oz.au>, dcolman@gara.une.oz.au (Doug Colman) writes: > Can anyone explain (or send a simple file) regarding the creating of > box drawing (and other non-standard ascii) characters on vt100 type > terminals ????? This really isn't a UNIX question.... ESC ( 0 should then result in characters 96-126 (lower-case letters plus `, {, |, }, and ~) coming out as various graphics characters. To go back, ESC ( B. Other things are possible, but may or may not be implemented in your terminal - check the manual for details. If you want to design your own characters, you're out of luck, at least on a real VT-100. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu