summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Slenders <jonathan@slenders.be>2016-02-27 10:44:46 +0100
committerJonathan Slenders <jonathan@slenders.be>2016-02-27 10:44:46 +0100
commit24d26c30f15b66fb049a3e4c7b38d2290acebb02 (patch)
tree122001a383b878ab7f351acf925e4d87105c27b1
parent39b34aa6279e3f146b58927e4d0c5bb36bdf1565 (diff)
Added split_lines to layout/utils/__all__.
-rw-r--r--prompt_toolkit/layout/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt_toolkit/layout/utils.py b/prompt_toolkit/layout/utils.py
index b56c6e6a..7b62292e 100644
--- a/prompt_toolkit/layout/utils.py
+++ b/prompt_toolkit/layout/utils.py
@@ -7,6 +7,7 @@ __all__ = (
'token_list_width',
'token_list_to_text',
'explode_tokens',
+ 'split_lines',
'find_window_for_buffer_name',
)