XCurses.def just repeats some of the examples in x11.man. I don't see a

need for it.
This commit is contained in:
William McBrine
2006-04-23 01:52:27 +00:00
parent d474efafe5
commit 114cd9bf6e
2 changed files with 2 additions and 28 deletions

View File

@@ -79,7 +79,7 @@ $(ZIPFILE):
pdcurses/*.c demos/README demos/*.c demos/*.h \
panel/README panel/*.c dos/README dos/*.c dos/*.rsp dos/*.mak \
dos/*.lrf os2/README os2/*.c os2/*.mak os2/*.lrf os2/*.def \
x11/README x11/*.c x11/*.xbm x11/*.def x11/*.h x11/process/*.c \
x11/README x11/*.c x11/*.xbm x11/*.h x11/process/*.c \
x11/process/*.c x11/process/*.h win32/README win32/*.c \
win32/*.mak win32/*.lrf win32/*.def win32/*.ico win32/*.rc \
doc/*.man tools/manext.c pdcurses/Makefile.* demos/Makefile.in \
@@ -103,7 +103,7 @@ zip: $(ZIPFILE)
$(PDC_DIR)/dos/*.mak $(PDC_DIR)/dos/*.lrf $(PDC_DIR)/os2/README \
$(PDC_DIR)/os2/*.c $(PDC_DIR)/os2/*.mak $(PDC_DIR)/os2/*.lrf \
$(PDC_DIR)/os2/*.def $(PDC_DIR)/x11/README $(PDC_DIR)/x11/*.c \
$(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.def $(PDC_DIR)/x11/*.h \
$(PDC_DIR)/x11/*.xbm $(PDC_DIR)/x11/*.h \
$(PDC_DIR)/x11/process/*.c $(PDC_DIR)/x11/process/*.h \
$(PDC_DIR)/win32/README $(PDC_DIR)/win32/*.c \
$(PDC_DIR)/win32/*.mak $(PDC_DIR)/win32/*.lrf \

View File

@@ -1,26 +0,0 @@
!
! resources for Xcurses class of programs
!
XCurses*lines: 25
XCurses*cols: 80
XCurses*normalFont: 9x13
XCurses*boldFont: 9x13bold
!XCurses*bitmap: /tmp/xcurses.xbm
XCurses*cursor: clock
!
! resources for testcurs
!
testcurs.colorRed: orange
testcurs.colorBlack: midnightblue
testcurs.lines: 30
testcurs.normalFont: 7x13
testcurs.boldFont: 7x13bold
!
! resources for THE - Xcurses
!
the.normalFont: 7x13
the.boldFont: 7x13bold
the.lines: 40
the.cols: 86
the.cursor: xterm
the.bitmap: /home/mark/the/the64.xbm