Patch for "vboxshell.py" for Windows hosts.

This fixes incorrect rendering of "help" command, because 'cmd' shell
on Windows hosts does not support colors. Against v4.0.0 SDK.

Line 48, "vboxshell.py"
g_hascolors = True
+if platform.system() == 'Microsoft':
+    g_hascolors = False
term_colors = {

-- 
-Alexey Eromenko "Technologov"

_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to