Source-Changes-HG archive

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

[src/trunk]: src/share/termcap The `vi garbles my screen' problem is really a...



details:   https://anonhg.NetBSD.org/src/rev/683cfcf110b3
branches:  trunk
changeset: 477107:683cfcf110b3
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Oct 11 10:05:47 1999 +0000

description:
The `vi garbles my screen' problem is really a cgsix framebuffer problem.
So change the name of the work-around termcap entry to `sun-cgsix';
retain `sun-ss5' as a synonym.

diffstat:

 share/termcap/termcap.src |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 0b44abe99f96 -r 683cfcf110b3 share/termcap/termcap.src
--- a/share/termcap/termcap.src Mon Oct 11 09:18:09 1999 +0000
+++ b/share/termcap/termcap.src Mon Oct 11 10:05:47 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: termcap.src,v 1.50 1999/10/06 08:50:43 ad Exp $
+#      $NetBSD: termcap.src,v 1.51 1999/10/11 10:05:47 pk Exp $
 #
 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
 #
@@ -2085,10 +2085,13 @@
        :nd=\E[C:r2=\E[s:\
        :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
        :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
-# On a SparcStation 5, :al:/:AL: flake out on the last line.
-# Unfortunately, without them the terminal has no way to scroll.
-sun-ss5|Sun SparcStation 5 console:\
+# On some versions of CGSIX framebuffer firmware, :al:/:AL: flake out on
+# the last line. Unfortunately, without them the terminal has no way to scroll.
+sun-cgsix|Sun cgsix framebuffer console:\
        :AL@:al@:tc=sun-il:
+# Backwards compatibility: `sun-cgsix' used to be called `sun-ss5'
+sun-ss5:\
+       :tc=sun-cgsix:
 # If you are using an SS5, change the sun definition to use sun-ss5.
 sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
        :tc=sun-il:



Home | Main Index | Thread Index | Old Index