[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inverse Problem on Contiki - website updated
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In article <20040310033336.01908.00001029@mb-m22.aol.com>,
Michael J. Mahon <mjmahon@aol.com> wrote:
>The problem is figuring out how a C programmer should be able to
>control the various video character sets that the later Apple IIs make
>available.
>
>For example, if C uses an embedded control character in a string
>to shift from normal to inverse text, independent of case, then your
>library patch sounds right. If the C programmer is expected to call
>auxiliary routines to switch character sets, then that's the way to go.
Normal screen output through stdout provides no means to enable things such
as inverse text because not all terminals supported it. The curses library
enables hardware-independent full-screen operation by generating the
appropriate control codes for whatever type of terminal is in use. A cc65
analog to curses would either talk to ROM routines for manipulating the
screen or it would manipulate screen memory directly...in either case, a
cut-down curses implementation (or something similar) is what you'd want.
_/_ Scott Alfter (address in header doesn't receive mail)
/ v \ send mail to $firstname@$lastname.us
(IIGS( http://alfter.us/ Top-posting!
\_^_/ rm -rf /bin/laden >What's the most annoying thing on Usenet?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Linux)
iD8DBQFAT1t1VgTKos01OwkRAiXuAJ97Pg2Ti4QYUHl1qpaKqT3kgPEhBQCfT8Lr
WeTy4wd3Xyj7rRnYAjXngsA=
=ZJHb
-----END PGP SIGNATURE-----