예제 #1
0
 def _initColors(self):
     self._defaultColors = ColorConsole.get_text_attr()
     self._defaultBg = self._defaultColors & 0x0070
     self._defaultFg = self._defaultColors & 0x0007
예제 #2
0
 def _initColors(self):
     self._defaultColors = ColorConsole.get_text_attr()
     self._defaultBg = self._defaultColors & 0x0070
     self._defaultFg = self._defaultColors & 0x0007