bug-ncurses
[Top][All Lists]
Advanced

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

Error in tek4107's rev string


From: Göran Weinholt
Subject: Error in tek4107's rev string
Date: Sat, 27 Nov 2010 18:09:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hello,

here's a patch for terminfo.src that fixes the rev string for tek4107.
The \E%!0 code selects Tek mode and it was missing the !.

--- terminfo-20101120.src.orig  2010-11-27 17:56:56.000000000 +0100
+++ terminfo-20101120.src       2010-11-27 17:57:11.000000000 +0100
@@ -16260,7 +16260,7 @@
        cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, cvvis=\E%!3,
        dim=\E%!1\E[<0m$<2>\E%!0, ed=\EJ, el=\EK, ht=^I, ind=^J,
        kbs=^H, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA,
-       rev=\E%!1\E[7m$<2>\E%0, ri=\EI,
+       rev=\E%!1\E[7m$<2>\E%!0, ri=\EI,
        rmso=\E%!1\E[m$<2>\E%!0, rmul=\E%!1\E[m$<2>\E%!0,
        
sgr=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>\E%%!0,
        sgr0=\E%!1\E[m$<2>\E%!0, smso=\E%!1\E[7;5m$<2>\E%!0,
Regards,

-- 
Göran Weinholt <address@hidden>
Hey little apple, where are you rolling?

Attachment: pgpFd8kwuRuVs.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]