DOS stubs for unfilled functionality
This commit is contained in:
@@ -377,6 +377,21 @@ term_start_bgcolor(int bgcolor)
|
|||||||
// pline("after bgcolor = %d, curframecolor = %d", bgcolor, curframecolor);
|
// pline("after bgcolor = %d, curframecolor = %d", bgcolor, curframecolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
term_start_extracolor(uint32 nhcolor UNUSED)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
term_start_256color(int idx UNUSED)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
term_end_extracolor(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
term_start_raw_bold(void)
|
term_start_raw_bold(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user