Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.sparc Mention the firmware `insert line'...



details:   https://anonhg.NetBSD.org/src/rev/d57adf38eb5f
branches:  trunk
changeset: 477129:d57adf38eb5f
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Oct 11 21:22:26 1999 +0000

description:
Mention the firmware `insert line' bug and point at the work-around
in termcap(5).

diffstat:

 share/man/man4/man4.sparc/cgsix.4 |  30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 33ffe54ad03e -r d57adf38eb5f share/man/man4/man4.sparc/cgsix.4
--- a/share/man/man4/man4.sparc/cgsix.4 Mon Oct 11 17:51:45 1999 +0000
+++ b/share/man/man4/man4.sparc/cgsix.4 Mon Oct 11 21:22:26 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cgsix.4,v 1.4 1998/06/11 08:32:20 fair Exp $
+.\"    $NetBSD: cgsix.4,v 1.5 1999/10/11 21:22:26 pk Exp $
 .\"
 .\" Copyright 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -60,3 +60,31 @@
 .Xr cgfour 4 ,
 .Xr cgeight 4 ,
 .Xr tcx 4
+.Sh BUGS
+Several firmware revisions on
+.Nm
+boards have a terminal emulation bug that shows up when using the
+screen control sequences for inserting blank lines
+near the bottom end of the screen
+(i.e., the control sequences produced by the
+.So al Sc and So AL Sc
+capabilities found in the
+.Xr termcap 5
+database).
+The most likely occasion for triggering
+this bug is to use a full-screen editor such as
+.Xr vi 1
+on the workstation's console.
+.Pp
+To work around this you can set your
+.Ev TERM
+environment variable to the
+.Sq sun-cgsix
+terminal definition which is the same as the
+.Sq sun
+entry, except that the
+.Sq al
+and
+.Sq AL
+capabilities have been removed (at the cost of making slower the scrolling of
+the screen).



Home | Main Index | Thread Index | Old Index