003 File Manager
Current Path:
/usr/src/contrib/ncurses/panel
usr
/
src
/
contrib
/
ncurses
/
panel
/
📁
..
📄
Makefile.in
(5.39 KB)
📄
headers
(2.25 KB)
📄
llib-lpanel
(4.82 KB)
📄
llib-lpanelt
(4.82 KB)
📄
llib-lpaneltw
(4.82 KB)
📄
llib-lpanelw
(4.82 KB)
📄
modules
(2.85 KB)
📄
p_above.c
(3.57 KB)
📄
p_below.c
(3.63 KB)
📄
p_bottom.c
(3.28 KB)
📄
p_delete.c
(2.98 KB)
📄
p_hidden.c
(2.89 KB)
📄
p_hide.c
(2.93 KB)
📄
p_move.c
(3 KB)
📄
p_new.c
(4.47 KB)
📄
p_replace.c
(2.9 KB)
📄
p_show.c
(3.17 KB)
📄
p_top.c
(2.7 KB)
📄
p_update.c
(3.25 KB)
📄
p_user.c
(3 KB)
📄
p_win.c
(2.72 KB)
📄
panel.c
(5.87 KB)
📄
panel.h
(4.1 KB)
📄
panel.priv.h
(8.79 KB)
Editing: modules
# $Id: modules,v 1.11 2020/02/02 23:34:34 tom Exp $ ############################################################################## # Copyright 2020 Thomas E. Dickey # # Copyright 1998-2006,2010 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"), # # to deal in the Software without restriction, including without limitation # # the rights to use, copy, modify, merge, publish, distribute, distribute # # with modifications, sublicense, and/or sell copies of the Software, and to # # permit persons to whom the Software is furnished to do so, subject to the # # following conditions: # # # # The above copyright notice and this permission notice shall be included in # # all copies or substantial portions of the Software. # # # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # # DEALINGS IN THE SOFTWARE. # # # # Except as contained in this notice, the name(s) of the above copyright # # holders shall not be used in advertising or otherwise to promote the sale, # # use or other dealings in this Software without prior written # # authorization. # ############################################################################## # # Author: Thomas E. Dickey 1995-on # @ base # Library objects panel lib $(srcdir) $(HEADER_DEPS) p_above lib $(srcdir) $(HEADER_DEPS) p_below lib $(srcdir) $(HEADER_DEPS) p_bottom lib $(srcdir) $(HEADER_DEPS) p_delete lib $(srcdir) $(HEADER_DEPS) p_hide lib $(srcdir) $(HEADER_DEPS) p_hidden lib $(srcdir) $(HEADER_DEPS) p_move lib $(srcdir) $(HEADER_DEPS) p_new lib $(srcdir) $(HEADER_DEPS) p_replace lib $(srcdir) $(HEADER_DEPS) p_show lib $(srcdir) $(HEADER_DEPS) p_top lib $(srcdir) $(HEADER_DEPS) p_update lib $(srcdir) $(HEADER_DEPS) p_user lib $(srcdir) $(HEADER_DEPS) p_win lib $(srcdir) $(HEADER_DEPS) # vile:makemode
Upload File
Create Folder