mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
call fixConsole on raw_input prompt
handles ANSI escapes
This commit is contained in:
parent
051a33ffe0
commit
2034f1670a
@ -776,7 +776,7 @@ define([
|
||||
.append(
|
||||
$("<pre/>")
|
||||
.addClass("raw_input_prompt")
|
||||
.text(content.prompt)
|
||||
.html(utils.fixConsole(content.prompt))
|
||||
.append(
|
||||
$("<input/>")
|
||||
.addClass("raw_input")
|
||||
|
Loading…
Reference in New Issue
Block a user