Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libcurses tests/libcurses: use ASCII only in termi...



details:   https://anonhg.NetBSD.org/src/rev/97c2e49da0eb
branches:  trunk
changeset: 959427:97c2e49da0eb
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Feb 13 16:43:12 2021 +0000

description:
tests/libcurses: use ASCII only in terminfo description

diffstat:

 tests/lib/libcurses/atf.terminfo |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 224bb164d912 -r 97c2e49da0eb tests/lib/libcurses/atf.terminfo
--- a/tests/lib/libcurses/atf.terminfo  Sat Feb 13 16:38:02 2021 +0000
+++ b/tests/lib/libcurses/atf.terminfo  Sat Feb 13 16:43:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: atf.terminfo,v 1.2 2021/02/13 16:38:02 rillig Exp $
+# $NetBSD: atf.terminfo,v 1.3 2021/02/13 16:43:12 rillig Exp $
 #
 # Based on xterm capabilities
 #
@@ -29,12 +29,12 @@
        csr=csr%i%p1%d;%p2%dX,
        cub=cub%p1%dX,          cub1=^H,
        cud=cud%p1%dX,          cud1=^J,
-       cuf=cuf%p1%dX,          cuf1=,
+       cuf=cuf%p1%dX,          cuf1=^F,
        cup=cup%i%p1%d;%p2%dX,
-       cuu=cuu%p1%dX,          cuu1=,
+       cuu=cuu%p1%dX,          cuu1=^U,
        cvvis=cvvis,
-       dch=dch%p1%dX,          dch1=,
-       dl=dl%p1%dX,            dl1=,
+       dch=dch%p1%dX,          dch1=^D,
+       dl=dl%p1%dX,            dl1=^K,
        dim=dim,
        ech=ech%p1%dX,
        ed=ed,



Home | Main Index | Thread Index | Old Index