##// END OF EJS Templates
Add note to config option...
ormung -
Show More
@@ -126,7 +126,7 b' class TerminalInteractiveShell(InteractiveShell):'
126 ).tag(config=True)
126 ).tag(config=True)
127
127
128 mouse_support = Bool(False,
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 ).tag(config=True)
130 ).tag(config=True)
131
131
132 highlighting_style = Union([Unicode('legacy'), Type(klass=Style)],
132 highlighting_style = Union([Unicode('legacy'), Type(klass=Style)],
General Comments 0
You need to be logged in to leave comments. Login now