mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
remove mouse support
This commit is contained in:
parent
c0b0af6a29
commit
edfc6e4256
1 changed files with 2 additions and 1 deletions
|
|
@ -247,10 +247,11 @@ Line starting with \"$\" or \".\" will issue a meshcli command.
|
|||
else:
|
||||
our_history = None
|
||||
|
||||
# beware, mouse support breaks mouse scroll ...
|
||||
session = PromptSession(completer=completer,
|
||||
history=our_history,
|
||||
wrap_lines=False,
|
||||
mouse_support=True,
|
||||
mouse_support=False,
|
||||
complete_style=CompleteStyle.MULTI_COLUMN)
|
||||
|
||||
bindings = KeyBindings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue