From owner-freebsd-bugs@FreeBSD.ORG Thu May 25 21:30:52 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8326A16ACDD; Thu, 25 May 2006 21:30:52 +0000 (UTC) (envelope-from str@trantor.komkon.org) Received: from trantor.komkon.org (trantor.komkon.org [65.217.243.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B18C43D58; Thu, 25 May 2006 21:30:50 +0000 (GMT) (envelope-from str@trantor.komkon.org) Received: from trantor.komkon.org (str@localhost.komkon.org [127.0.0.1]) by trantor.komkon.org (8.13.3/8.13.3) with ESMTP id k4PLW42X093534; Thu, 25 May 2006 17:32:04 -0400 (EDT) (envelope-from str@trantor.komkon.org) Received: (from str@localhost) by trantor.komkon.org (8.13.3/8.13.3/Submit) id k4PLW4M4093533; Thu, 25 May 2006 17:32:04 -0400 (EDT) (envelope-from str) Date: Thu, 25 May 2006 17:32:04 -0400 (EDT) From: Igor Roshchin Message-Id: <200605252132.k4PLW4M4093533@trantor.komkon.org> To: freebsd-bugs@FreeBSD.org, linimon@FreeBSD.org, mikeh@FreeBSD.org, str@trantor.komkon.org In-Reply-To: <200605252112.k4PLCbLZ080470@freefall.freebsd.org> X-Spam-Status: No, score=-3.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_RFC_WHOIS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on trantor.komkon.org Cc: Subject: Re: bin/28798: mail(1) with a pager (more) requires fg/Ctrl-Z/fg to restore after suspension with Ctrl-Z X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 21:31:00 -0000 Yes, this is still a problem. I just reproduced it on a 5.4-R (plus security patches) box: 1. start mail 2. open for viewing a message that is longer than a screen (say 40 lines) 3. scroll 2-3 lines down from the top 4. Ctrl-z to suspend 5. fg - to bring to the foreground At this stage the screen image will not be restored 6. Repeated Ctrl-z and "fg" - then the screen image is restored. I am using the following settings in the .mailrc settings: set append ask unset autoprint set indentprefix="> " set PAGER=more set EDITOR=emacs set VISUAL=vim set Replyall set crt=24 set metoo Igor > From linimon@FreeBSD.org Thu May 25 17:18:56 2006 > Date: Thu, 25 May 2006 21:12:37 GMT > From: Mark Linimon > To: str@trantor.komkon.org, linimon@FreeBSD.org, mikeh@FreeBSD.org, > freebsd-bugs@FreeBSD.org > Subject: Re: bin/28798: mail(1) with a pager (more) requires fg/Ctrl-Z/fg to restore after suspension with Ctrl-Z > > Synopsis: mail(1) with a pager (more) requires fg/Ctrl-Z/fg to restore after suspension with Ctrl-Z > > State-Changed-From-To: open->feedback > State-Changed-By: linimon > State-Changed-When: Thu May 25 21:11:56 UTC 2006 > State-Changed-Why: > To submitter: is this still a problem with modern versions of FreeBSD? > > > Responsible-Changed-From-To: mikeh->freebsd-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Thu May 25 21:11:56 UTC 2006 > Responsible-Changed-Why: > mikeh has returned his src commit bit to core for safekeeping. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=28798 >