Home
last modified time | relevance | path

Searched refs:TextBright (Results 1 – 10 of 10) sorted by relevance

/dports/games/eboard/eboard-1.1.3/
H A Dappend10 help.cc: global.output->append(z, global.Colors.TextBright);
18 proto_p2p.cc: global.output->append(z,global.Colors.TextBright,IM_NORMAL);
19 proto_p2p.cc: global.output->append(z,global.Colors.TextBright,IM_NORMAL);
20 proto_p2p.cc: global.output->append(z,global.Colors.TextBright,IM_NORMAL);
21 proto_p2p.cc: global.output->append(z,global.Colors.TextBright,IM_NORMAL);
22 proto_p2p.cc: global.output->append(z,global.Colors.TextBright,IM_PERSONAL);
24 proto_p2p.cc: global.output->append(z, global.Colors.TextBright,
25 …gine claimed illegal move but we didn't move, ignoring it."), global.Colors.TextBright, IM_IGNORE);
H A Ddgtboard.cc250 global.output->append(msg,global.Colors.TextBright,IM_NORMAL); in gtkDgtnixEvent()
350 global.output->append(msg,global.Colors.TextBright,IM_NORMAL); in gtkDgtnixEvent()
383 global.output->append(msg,global.Colors.TextBright,IM_NORMAL); in gtkDgtnixEvent()
398 global.output->append(msg,global.Colors.TextBright,IM_NORMAL); in dgtInit()
H A Dproto_p2p.cc205 global.output->append(z,global.Colors.TextBright,IM_NORMAL); in receiveString()
222 global.output->append(z,global.Colors.TextBright,IM_NORMAL); in receiveString()
242 global.output->append(z,global.Colors.TextBright,IM_NORMAL); in receiveString()
248 global.output->append(z,global.Colors.TextBright,IM_NORMAL); in receiveString()
261 global.output->append(z,global.Colors.TextBright,IM_PERSONAL); in receiveString()
461 global.output->append(z, global.Colors.TextBright, in gameOver()
H A Dproto_fics.cc70 LastColor = global.Colors.TextBright; in FicsProtocol()
349 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser2()
554 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser5()
593 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser5()
618 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser5()
629 int tb = global.Colors.TextBright; in parser6()
667 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser7()
680 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser7()
687 return(doOutput(T,-1,false,global.Colors.TextBright)); in parser7()
H A Dproto_xboard.cc160 …gine claimed illegal move but we didn't move, ignoring it."), global.Colors.TextBright, IM_IGNORE); in receiveString()
510 global.Colors.TextBright,IM_NORMAL); in loadEngine()
512 global.Colors.TextBright,IM_NORMAL); in loadEngine()
513 global.output->append(FullCommand, global.Colors.TextBright,IM_NORMAL); in loadEngine()
H A Dglobal.h144 int TextBright; variable
H A Ddlg_prefs.cc326 textcb[1]=new ColorButton(_("Bright Text"),global.Colors.TextBright); in PreferencesDialog()
660 ApplyColorButton(textcb[1],&global.Colors.TextBright,&changed,NULL); in Apply()
762 me->textcb[1]->setColor(tc.TextBright); in prefs_defcolor()
H A Dglobal.cc98 s << t.TextBright << ','; in operator <<()
1282 TextBright = 0xffffff; in TerminalColor()
1298 TextBright = t.tokenvalue(comma,16); in read()
H A Dhelp.cc313 global.output->append(z, global.Colors.TextBright); in debugdlg_writecons()
H A Dbugpane.cc272 me->C.setColor(global.Colors.TextBright); in bareboard_expose()