Date: Mon, 3 Mar 2003 14:35:05 -0700 From: Nigel Soon <ns@sundive.homeunix.net> To: Daniel Graupner <listen@danielgraupner.de> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems using screen Message-ID: <20030303213505.GA21354@sundive.homeunix.net> In-Reply-To: <3E63AD68.3080209@danielgraupner.de> References: <3E63AD68.3080209@danielgraupner.de>
next in thread | previous in thread | raw e-mail | index | archive | help
try, # stty erase ^v<press backspace key right after typing ^v> The ^v (control - v ) is the "quote character". It keeps the shell from interpreting the next keystroke. This is necessary because some shells are smart enough to realize that either ^H or ^? should be treated as the backspace character, but some programs don't (like mail, vi...). You can put the stty erase command right into your shells startup script. Daniel Graupner schrieb am Monday, den 03. March 2003: > Hello, > > while pressing e.g. backspace or del in a screen session, the > 'vbell'-message appears. These Keys seems to be non-functional, thats very > ugly. > (Freebsd 4.7, ports/misc/screen) > I read the manpage but couldn't find a workaround, maybe its terminal > specific. > > Any Ideas? > > Thanks, Daniel. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030303213505.GA21354>
