Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 18:27:29 -0400
From:      Mikhail Teterin <mi+mx@aldan.algebra.com>
To:        current@FreeBSD.org
Subject:   hack(6) does not run in xterm!
Message-ID:  <200210021827.29377.mi%2Bmx@aldan.algebra.com>

next in thread | raw e-mail | index | archive | help
Just noticed on my

	FreeBSD 5.0-CURRENT #0: Thu Sep 26 11:07:24 EDT 2002

	% hack
	Terminal must backspace.

Here is the end of the ktrace:

	[...]
	41386 hack     RET   break 0
	41386 hack     CALL  break(0x8089000)
	41386 hack     RET   break 0
	41386 hack     CALL  ioctl(0x1,TIOCGETA,0xbfbff6a0)
	41386 hack     RET   ioctl 0
	41386 hack     CALL  ioctl(0x1,TIOCGETA,0xbfbff660)
	41386 hack     RET   ioctl 0
	41386 hack     CALL  ioctl(0x1,TIOCGWINSZ,0xbfbff6c0)
	41386 hack     RET   ioctl 0
	41386 hack     CALL  ioctl(0,TIOCSETP,0x807eeac)
	41386 hack     RET   ioctl 0
	41386 hack     CALL  ioctl(0,TIOCSLTC,0x807e534)
	41386 hack     RET   ioctl 0
	41386 hack     CALL  write(0x1,0x807e5a0,0x19)
	41386 hack     GIO   fd 1 wrote 25 bytes
	"Terminal must backspace.
	"
	41386 hack     RET   write 25/0x19
	41386 hack     CALL  exit(0x1)

On my system at home:

	FreeBSD 5.0-CURRENT #0: Mon Aug 19 00:18:21 EDT 2002

it still works... If I setenv TERM to cons25 in xterm, it will come
up too...

	-mi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210021827.29377.mi%2Bmx>