From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 24 03:46:29 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAAB16A41F for ; Wed, 24 Aug 2005 03:46:29 +0000 (GMT) (envelope-from adewole@sympatico.ca) Received: from BAYC1-PASMTP04.bayc1.hotmail.com (bayc1-pasmtp04.bayc1.hotmail.com [65.54.191.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26ED43D45 for ; Wed, 24 Aug 2005 03:46:28 +0000 (GMT) (envelope-from adewole@sympatico.ca) Message-ID: X-Originating-IP: [69.158.168.183] X-Originating-Email: [adewole@sympatico.ca] Received: from newton ([69.158.168.183]) by BAYC1-PASMTP04.bayc1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 23 Aug 2005 20:46:25 -0700 Message-ID: <008501c5a85f$8cf4a550$6501a8c0@newton> From: "Mike Adewole" To: Date: Tue, 23 Aug 2005 23:54:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-OriginalArrivalTime: 24 Aug 2005 03:46:25.0762 (UTC) FILETIME=[66F48420:01C5A85E] Subject: Help with console scrolling problem (RELENG54) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 03:46:29 -0000 Is there anyway of writing to the last (row, column) without causing the screen to scroll ? Looking at function scterm_puts at (1) there doesn't seem to be any way to avoid scrolling. Ideally, I'll like to avoid the call to sc_vtb_delete from sc_term_gen_scroll so that the cursor position is properly updated but no scrolling takes place. Have I missed an escape sequence that can do this or is there another way of doing it ? I've tried all sequences that I could find but nothing worked. Thanks a million. Mike (1) http://fxr.watson.org/fxr/source/dev/syscons/scterm-sc.c?v=RELENG54#L711,