Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 1997 17:25:57 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, joerg@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/ddb db_input.c
Message-ID:  <199708190725.RAA00093@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    sys/ddb              db_input.c 
>  Log:
>  Minor hack to also allow for syscons's "interesting" arrow keys.
>  
>  I'm using "#if __i386__ && __FreeBSD__" to check for a ``potentially
>  syscons-relevant environment''.  Hope that's ok...

Nope, sys/ddb is for the "machine-independent" parts of ddb.  The
machine-dependent parts were in sys/i386/i386 and sys/i386/include.

I think arrow keys just shouldn't be supported.  Similarly in userconfig.
You need termcap in the kernel to support them properly :-(.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708190725.RAA00093>