From 114cd9bf6eadb70eff74484f476db478e549aec4 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 23 Apr 2006 01:52:27 +0000 Subject: [PATCH] XCurses.def just repeats some of the examples in x11.man. I don't see a need for it. --- Makefile.in | 4 ++-- x11/XCurses.def | 26 -------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 x11/XCurses.def diff --git a/Makefile.in b/Makefile.in index ef065679..87302774 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/x11/XCurses.def b/x11/XCurses.def deleted file mode 100644 index 2c6d309a..00000000 --- a/x11/XCurses.def +++ /dev/null @@ -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