mycroft
09beb06848
Make sure _acs_char[] is copied to screen->acs_char[] even when there is no
...
ac attribute. This fixes box-drawing on displays with no ac.
2002-04-11 18:06:41 +00:00
blymn
376e059acd
Only reference termcap capabilities in the screen struct in __init_acs
...
Also changed tputs to t_puts to output acs init string to correct device.
2002-01-04 13:53:26 +00:00
blymn
c84d91aad5
* Major change to add support for the newterm/set_term functions.
...
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
2001-12-02 09:14:20 +00:00
jdc
606508da77
Rename variables refering to termcap capabilities from NN to __tc_nn. Case
...
adjusted to match termcap capability. A few other variable names renamed too
(ones related to or derived from termcap variables).
2000-12-19 21:34:24 +00:00
blymn
66cab71c72
* Added rcs id line to files missing it.
...
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
2000-04-24 14:09:41 +00:00
blymn
aaf74682b9
Added functions to replace what were previously macros in curses.h
...
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.
2000-04-15 13:17:02 +00:00
jdc
ea5f9be092
Make ACS array index unsigned.
2000-04-12 21:33:35 +00:00
simonb
2c1534fcbf
Use "unsigned char" instead of "int" in previous, from Christos Zoulas.
2000-04-11 20:41:38 +00:00
simonb
7eaac10a11
Cast array subscript to int - fixes compile barf on (at least) alpha.
2000-04-11 14:27:51 +00:00
blymn
23464ee534
Made data structures opaque
2000-04-11 13:57:08 +00:00