Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!decwrl!labrea!denali!karish From: karish@denali.stanford.edu (Chuck Karish) Newsgroups: comp.unix.questions Subject: Re: visible bell Message-ID: <23116@labrea.Stanford.EDU> Date: 20 Jul 88 14:17:37 GMT References: <1889@stpstn.UUCP> Sender: news@labrea.Stanford.EDU Reply-To: karish@denali.stanford.edu (Chuck Karish) Organization: Mindcraft, Inc. Lines: 20 In article <1889@stpstn.UUCP> aad@stpstn.UUCP (Anthony A. Datri) writes: >I've got a variety of termcap entries here, some standard, some homebrew, >that include the vb (visible bell) attribute. My question: How do I get >things (eg, csh) to use the visible bell instead of beeping? Csh doesn't use termcap. In general, programs that produce line-oriented output, as opposed to full-screen output, don't need termcap. The only way I can think of to make visible bell work as you want it to is to convince the terminal to interpret an ASCII 7 (BEL) as a request for the flash. If the terminal is not smart enough (your GIGI? Hah!) you may have to run all your programs through a filter to translate \07 to the correct code for the terminal. See the discussion in comp.unix.wizards on command line editors; that would be the logical place to put this translation code. Chuck Karish ARPA: karish@denali.stanford.edu BITNET: karish%denali@forsythe.stanford.edu UUCP: {decvax,hplabs!hpda}!mindcrf!karish USPS: 1825 California St. #5 Mountain View, CA 94041