Added [w]color_set to curses*.def.

This commit is contained in:
William McBrine
2005-12-12 13:59:14 +00:00
parent 3216ec8e89
commit 28fbae1c92
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ EXPORTS clear
EXPORTS clearok
EXPORTS clrtobot
EXPORTS clrtoeol
EXPORTS color_set
EXPORTS copywin
EXPORTS curs_set
EXPORTS def_prog_mode
@@ -191,6 +192,7 @@ EXPORTS wborder
EXPORTS wclear
EXPORTS wclrtobot
EXPORTS wclrtoeol
EXPORTS wcolor_set
EXPORTS wcursyncup
EXPORTS wdelch
EXPORTS wdeleteln

View File

@@ -19,6 +19,7 @@ clear
clearok
clrtobot
clrtoeol
color_set
copywin
curs_set
def_prog_mode
@@ -184,6 +185,7 @@ wborder
wclear
wclrtobot
wclrtoeol
wcolor_set
wcursyncup
wdelch
wdeleteln