1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2026-02-14 05:55:48 +01:00

migliorie minime sul feedback

This commit is contained in:
mfrasca
2007-05-16 17:25:22 +00:00
parent 4b16346067
commit 89b2fdd9ee

View File

@@ -133,6 +133,7 @@ class Application(wmoo.Application):
if rpos != 0: if rpos != 0:
if self._buffered.startswith('Cache fill:'): if self._buffered.startswith('Cache fill:'):
self._buffering = 2 self._buffering = 2
else:
match = self._feedback.match(self._buffered[rpos-90:rpos]) match = self._feedback.match(self._buffered[rpos-90:rpos])
if match: if match:
self._buffering = 0 self._buffering = 0
@@ -146,7 +147,7 @@ palette = {
".": "#868682", ".": "#868682",
"X": "#AEAEAA", "X": "#AEAEAA",
"o": "#F7F7F3", "o": "#F7F7F3",
"r": "#F70000", "r": "#F7A0A0",
"i": "#00F700", "i": "#00F700",
} }