call fixConsole on raw_input prompt

handles ANSI escapes
This commit is contained in:
Min RK 2015-10-26 21:10:38 +01:00
parent 051a33ffe0
commit 2034f1670a

View File

@ -776,7 +776,7 @@ define([
.append(
$("<pre/>")
.addClass("raw_input_prompt")
.text(content.prompt)
.html(utils.fixConsole(content.prompt))
.append(
$("<input/>")
.addClass("raw_input")