Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!elroy.jpl.nasa.gov!jarthur!uunet!bu.edu!bucsf.bu.edu!jdubb From: jdubb@bucsf.bu.edu (jay dubb) Newsgroups: comp.unix.programmer Subject: Using VT100 graphics characters with curses Message-ID: <72691@bu.edu.bu.edu> Date: 19 Jan 91 15:15:12 GMT Sender: news@bu.edu.bu.edu Distribution: usa Organization: Computer Science Department, Boston University, Boston, MA, USA Lines: 15 Originator: jdubb@bucsf.bu.edu I am posting this for a friend of mine, who doesn't have access to USENET, so please respond directly to mlevin@jade.tufts.edu. I am using Curses, in a C program on a BSD 4.3 Unix machine. I would like to use the VT100 graphics characters on the screen. Is there a better method than using printf() to write the "enter graphics character set mode" escape sequence to the terminal, and then using regular curses to print whatever characters I want? I would rather not mix printf()s with curses commands. For example, maybe it's possible to change the characters curses uses to make StandOut mode to be the begin and end graphics mode escape sequences, and then just use standout mode for the characters I want to be graphics. Any ideas? Thanks in advance. Mike Levin (mlevin@jade.tufts.edu)