]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/modules
ncurses 5.3
[ncurses.git] / ncurses / modules
index 12ed6a5f6abab16cd7839ca8a374b69d82df1184..541df6f2493c172a6585846f933372cb6400e962 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: modules,v 1.72 2000/02/13 01:03:28 tom Exp $
+# $Id: modules,v 1.90 2002/05/11 20:14:41 tom Exp $
 ##############################################################################
-# Copyright (c) 1998,1999,2000 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-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)
@@ -167,6 +188,7 @@ 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 $(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
@@ -181,7 +203,9 @@ parse_entry lib             $(tinfo)        ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic
 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