[vbox-dev] Patch for "vboxshell.py" for Windows hosts

Alexey Eromenko al4321 at gmail.com
Sun Jan 30 17:11:04 GMT 2011


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"




More information about the vbox-dev mailing list