VirtualBox

Changeset 28817 in vbox


Ignore:
Timestamp:
Apr 27, 2010 1:09:20 PM (15 years ago)
Author:
vboxsync
Message:

VBoxShell: no prompt coloring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r28800 r28817  
    221221  delims = readline.get_completer_delims()
    222222  readline.set_completer_delims(re.sub("[\\.]", "", delims)) # remove some of the delimiters
     223  readline.parse_and_bind("set editing-mode emacs") 
    223224  # OSX need it
    224   readline.parse_and_bind("set editing-mode emacs")
    225225  if platform.system() == 'Darwin':
    226226      # see http://www.certif.com/spec_help/readline.html
     
    22812281    while True:
    22822282        try:
    2283             cmd = raw_input(colored("vbox> ", 'blue'))
     2283            cmd = raw_input("vbox> ")
    22842284            done = runCommand(ctx, cmd)
    22852285            if done != 0: break
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette