OpenGrok
Cross Reference: acs.c
xref
: /
src
/
lib
/
libcurses
/
acs.c
Home
|
History
|
Annotate
|
Download
|
only in
libcurses
History log of
/src/lib/libcurses/acs.c
Revision
Date
Author
Comments
1.22
06-Sep-2021
rin
Expand __CTRACE() to __nothing #ifndef DEBUG.
Remove most of #ifdef DEBUG around __CTRACE() calls.
No binary changes, except for line numbers for assert().
1.21
06-Jan-2017
roy
KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.
No functional changes.
1.20
21-Apr-2012
roy
branches: 1.20.14;
Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
1.19
25-Feb-2010
drochner
branches: 1.19.6;
fix wrong widechar assignment for "up arrow"
1.18
23-Feb-2010
drochner
misc fixes and improvements:
-call setlocale(LC_CTYPE, "") before nl_langinfo(CODESET) if the
locale settings is (still) at "C" - otherwise the CODESET doesn't work
-fix the type of the WACS_* symbols -- this needs to be cchar_t*
-add safeguards where the return value of wcwidth() is used for
loop counters or indexing -- it can be -1
-use more common code in the widechar support case -- in particular
let the wchar functions do the work even if chtype ones were called
-implement wcursyncup/wsyncup/wsyncdown
-somewhat experimental: allow ACS_* variables to refer to WACS_*
table entries -- this way, programs using the old chtype using API
can use UTF8 line drawing on terminals which support UTF8 but not
ACS switching
-fix some logics bugs in UTF8 recognition and ALTCHARSET handling
1.17
03-Feb-2010
roy
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
1.16
04-Jul-2008
tnozaki
use nl_langinfo(CODESET) instead of setlocale(LC_ALL, "").
1.15
28-Apr-2008
martin
branches: 1.15.2;
Remove clause 3 and 4 from TNF licenses
1.14
11-Jul-2007
jdc
branches: 1.14.10;
Add additional line drawing and characters.
Pointed out by pooka@.
1.13
28-May-2007
blymn
Merge in wide curses code done as a Summer of Code project by
Ruibiao Qiu.
1.12
21-Jan-2007
jdc
Add debug "areas" that allow selective debugging by setting the
"CURSES_TRACE_MASK" environment variable. Postive vales include
debug areas, negative values exclude them.
1.11
11-Apr-2002
mycroft
branches: 1.11.20;
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.
1.10
04-Jan-2002
blymn
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.
1.9
02-Dec-2001
blymn
* Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)
1.8
19-Dec-2000
jdc
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).
1.7
24-Apr-2000
blymn
* 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.
1.6
15-Apr-2000
blymn
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.
1.5
12-Apr-2000
jdc
Make ACS array index unsigned.
1.4
11-Apr-2000
simonb
Use "unsigned char" instead of "int" in previous, from Christos Zoulas.
1.3
11-Apr-2000
simonb
Cast array subscript to int - fixes compile barf on (at least) alpha.
1.2
11-Apr-2000
blymn
Made data structures opaque
1.1
05-Mar-2000
jdc
branches: 1.1.2;
file acs.c was initially added on branch curses-v3.
1.1.2.2
30-Mar-2000
jdc
ACS terminal representations can be 8bit.
1.1.2.1
05-Mar-2000
jdc
Alternate character set initialisation routine.
1.11.20.3
30-Jan-2007
blymn
Don't core dump if setlocale returns NULL - we punt and go for unicode
instead
1.11.20.2
21-Jan-2007
jdc
Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.
1.11.20.1
21-Jan-2007
blymn
Wide curses merge
1.14.10.1
18-May-2008
yamt
sync with head.
1.15.2.1
18-Sep-2008
wrstuden
Sync with wrstuden-revivesa-base-2.
1.19.6.1
23-May-2012
yamt
sync with head.
1.20.14.1
07-Jan-2017
pgoyette
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Indexes created Mon Sep 29 21:09:56 GMT 2025