diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 04:45:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 04:45:14 +0000 |
commit | 437643bd908d99924e3003db4d9d3718d9df5813 (patch) | |
tree | 9752c4e8ebd3ae23f7a586066a874bd4418feeaa /examples/prompts/cursor-shapes.py | |
parent | Adding debian version 3.0.43-2. (diff) | |
download | prompt-toolkit-437643bd908d99924e3003db4d9d3718d9df5813.tar.xz prompt-toolkit-437643bd908d99924e3003db4d9d3718d9df5813.zip |
Merging upstream version 3.0.46.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/prompts/cursor-shapes.py')
-rwxr-xr-x | examples/prompts/cursor-shapes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/prompts/cursor-shapes.py b/examples/prompts/cursor-shapes.py index e668243..62b2d95 100755 --- a/examples/prompts/cursor-shapes.py +++ b/examples/prompts/cursor-shapes.py @@ -2,6 +2,7 @@ """ Example of cursor shape configurations. """ + from prompt_toolkit import prompt from prompt_toolkit.cursor_shapes import CursorShape, ModalCursorShapeConfig |