From owner-freebsd-current Sun Sep 3 20:37:18 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id UAA12986 for current-outgoing; Sun, 3 Sep 1995 20:37:18 -0700 Received: from chrome.onramp.net (chrome.onramp.net [199.1.166.202]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id UAA12980 for ; Sun, 3 Sep 1995 20:37:16 -0700 Received: from localhost.jdl.com (localhost.jdl.com [127.0.0.1]) by chrome.onramp.net (8.6.11/8.6.9) with SMTP id WAA16700; Sun, 3 Sep 1995 22:36:38 -0500 Message-Id: <199509040336.WAA16700@chrome.onramp.net> X-Authentication-Warning: chrome.onramp.net: Host localhost.jdl.com didn't use HELO protocol To: jleppek@suw2k.ess.harris.com (James Leppek) cc: freebsd-current@freefall.FreeBSD.org Subject: Re: stable and current In-reply-to: Your message of "Sun, 03 Sep 1995 22:52:39 EDT." <9509040252.AA09078@borg.ess.harris.com> Reply-To: jdl@chromatic.com Clarity-Index: null Threat-Level: none Software-Engineering-Dead-Seriousness: There's no excuse for unreadable code. Net-thought: If you meet the Buddha on the net, put him in your Kill file. Date: Sun, 03 Sep 1995 22:36:37 -0500 From: Jon Loeliger Sender: current-owner@FreeBSD.org Precedence: bulk Apparently, James Leppek scribbled: > and now I am seeing something that I haven't seen before. > When I do an ls in my xterms the columns as misaligned > and I seemed to have 1 character in the rightmost columns and the rest > on the next line something like this: > > src/ new_stuff/ j > unk/ > more_stuff/ > > anyone have a clue??? > has curses changed? I saw this odd behaviour also. Along with Garrett Wollman, , I tracked it down to an odd handling of the "stty oxtabs" flag. We sort of concluded that it must be xterm's mishandling of the tab expansion. jdl