Show More
@@ -126,7 +126,7 b' class TerminalInteractiveShell(InteractiveShell):' | |||
|
126 | 126 | ).tag(config=True) |
|
127 | 127 | |
|
128 | 128 | mouse_support = Bool(False, |
|
129 | help="Enable mouse support in the prompt" | |
|
129 | help="Enable mouse support in the prompt\n(Note: prevents selecting text with the mouse)" | |
|
130 | 130 | ).tag(config=True) |
|
131 | 131 | |
|
132 | 132 | highlighting_style = Union([Unicode('legacy'), Type(klass=Style)], |
General Comments 0
You need to be logged in to leave comments.
Login now