##// END OF EJS Templates
formatting
Matthias Bussonnier -
Show More
@@ -3680,7 +3680,7 b' class InteractiveShell(SingletonConfigurable):'
3680 del self.tempdirs
3680 del self.tempdirs
3681
3681
3682 # Restore user's cursor
3682 # Restore user's cursor
3683 if hasattr(self, "editing_mode") and self.editing_mode == 'vi':
3683 if hasattr(self, "editing_mode") and self.editing_mode == "vi":
3684 sys.stdout.write("\x1b[0 q")
3684 sys.stdout.write("\x1b[0 q")
3685 sys.stdout.flush()
3685 sys.stdout.flush()
3686
3686
General Comments 0
You need to be logged in to leave comments. Login now