]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/modules
ncurses 5.3
[ncurses.git] / ncurses / modules
index 4b9c5dfecefb0775a6d45e442b09516cdf49e23e..541df6f2493c172a6585846f933372cb6400e962 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: modules,v 1.70 1999/10/23 12:39:12 tom Exp $
+# $Id: modules,v 1.90 2002/05/11 20:14:41 tom Exp $
 ##############################################################################
-# Copyright (c) 1998,1999 Free Software Foundation, Inc.                     #
+# Copyright (c) 1998-2001,2002 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -27,7 +27,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 1996,1997,1998
+# Author: Thomas E. Dickey <dickey@clark.net> 1996-1998, etc.
 #
 
 @ base
@@ -109,15 +109,36 @@ lib_wattroff      lib             $(base)
 lib_wattron    lib             $(base)
 lib_winch      lib             $(base)
 lib_window     lib             $(base)
+link_test      lib             .               ../include/curses.h
 nc_panel       lib             $(base)
 safe_sprintf   lib             $(base)
 tty_update     lib             $(serial)       ../include/term.h
+varargs                lib             $(trace)
 
 # Modules for porting
 memmove                lib             $(base)
 sigaction      lib             $(base)
 vsscanf        lib             $(base)
 
+# XSI extensions to the base library (wide-character)
+@ widechar
+lib_box_set    lib             $(wide)
+lib_cchar      lib             $(wide)
+lib_get_wch    lib             $(wide)
+lib_erasewchar lib             $(wide)
+lib_get_wstr   lib             $(wide)
+lib_hline_set  lib             $(wide)
+lib_in_wch     lib             $(wide)
+lib_in_wchnstr lib             $(wide)
+lib_ins_nwstr  lib             $(wide)
+lib_ins_wch    lib             $(wide)
+lib_inwstr     lib             $(wide)
+lib_unget_wch  lib             $(wide)
+lib_vid_attr   lib             $(wide)         ../include/term.h
+lib_vline_set  lib             $(wide)
+lib_wacs       lib             $(wide)
+lib_wunctrl    lib             $(wide)
+
 # Extensions to the base library
 @ ext_funcs
 define_key     lib             $(base)
@@ -165,8 +186,9 @@ lib_napms   lib             $(tinfo)
 lib_options    lib             $(tinfo)        ../include/term.h
 lib_raw        lib             $(tinfo)        ../include/term.h
 lib_setup      lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h
-lib_termcap    lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
+lib_termcap    lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h $(INCDIR)/capdefaults.c
 lib_termname   lib             $(tinfo)        $(INCDIR)/tic.h
+lib_tgoto      lib             $(tinfo)        ../include/term.h $(INCDIR)/tic.h
 lib_ti         lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
 lib_tparm      lib             $(tinfo)        ../include/term.h $(INCDIR)/tic.h
 lib_tputs      lib             $(tinfo)        ../include/term.h $(INCDIR)/tic.h
@@ -177,11 +199,13 @@ lib_ttyflags      lib             $(tinfo)        ../include/term.h
 lib_twait      lib             $(serial)
 name_match     lib             $(tinfo)        ../include/term.h $(INCDIR)/tic.h
 names          lib             .
-parse_entry    lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h ../include/parametrized.h
+parse_entry    lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h ../include/parametrized.h $(INCDIR)/capdefaults.c
 read_entry     lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
 read_termcap   lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h
 setbuf         lib             $(tinfo)
+strings                lib             $(tinfo)
 trace_buf      lib             $(trace)
 trace_tries    lib             $(trace)
 unctrl         lib             .
+visbuf         lib             $(trace)        $(INCDIR)/tic.h
 write_entry    lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h