Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Scrolling problem
- X-seq: zsh-users 12396
- From: Joshua Phillips <jp.sittingduck@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Scrolling problem
- Date: Tue, 8 Jan 2008 17:08:04 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=q6R9vJ54IXVMhWMBcZ4hC+ReL3qRJpCxlLwJoD2lu8Y=; b=HL9f4pRhWQQ4rKSFjiDXE8BvtnbH5Qao0sb7uLYRjxbwRvljYX6C8ok5U7YvxrKcn1KkkvLEuPers9uHjZBdfLjldLbumEQYk2Henf53QgmwhfI0WFkf1GzJrUlbqoeQsorxaZnWvw/cl6RVd0B2oPLiFMPby0Ti2tQGgverIUA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=DIfwBZK4YQOk0NwnrW/OMAP6i+Cph2lq4SeVWGSYPbyJAswHR1zqGtpFhMKlgxyDfk4XPaBrHophDlsEKvSHoQZkOKwUD1zCWk7nZAxuzgiakWmeqLqiE9JwQ39AUoAq7sQh2Pq67T/FOzXJfHYt/ZoHtiFi9yxH9VnNKKfUe3k=
- In-reply-to: <20080108031031.GA1767@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <200801070916.45421.jp.sittingduck@xxxxxxxxx> <20080108031031.GA1767@xxxxxxxxxxxxxxx>
On Tuesday 08 January 2008 03:10:31 Geoff Wing wrote:
> Sounds like COLUMNS is being (incorrectly) set to 33.
> What does "echo $COLUMNS" give?
> What does "stty -a" indicate for columns?
> Does this happen with "zsh -f"?
echo $COLUMNS and stty -a show the same number of columns, which is correct,
even after resizing the terminal. zsh -f behaves in the same way.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author