DOS stubs for unfilled functionality

This commit is contained in:
nhmall
2024-03-23 16:55:56 -04:00
parent 340588e907
commit 8efc329db2

View File

@@ -377,6 +377,21 @@ term_start_bgcolor(int bgcolor)
// 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
term_start_raw_bold(void)
{