Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 1996 21:44:46 -0700
From:      David Muir Sharnoff <muir@idiom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1184: ls + xterm + nvi + tcsh + columns != 80 + ^Z = mangled listing
Message-ID:  <199605100444.VAA29597@idiom.com>
Resent-Message-ID: <199605100450.VAA28815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1184
>Category:       bin
>Synopsis:       ls + xterm + nvi + columns != 80 + ^Z = mangled listing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May  9 21:50:02 PDT 1996
>Last-Modified:
>Originator:     David Muir Sharnoff
>Organization:
Idiom Consulting
>Release:        FreeBSD 2.1-STABLE i386
>Environment:

	FreeBSD 2.1-stable as of a couple month's ago

>Description:

	If I ^Z out of nvi on a resized xterm, ls output is 
	mangled.

>How-To-Repeat:

	fire up an xterm
	resize it to > 80 columns
	run tcsh
	invoke nvi
	suspend nvi
	do an ls(1) on a non-trivial directory.

	I don't know if all of the above components are required: they
	are what I've got so...

>Fix:
	
	alias ls 'stty -tabs; ls'

	:-)

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605100444.VAA29597>