Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
747deb41
Verified
Commit
747deb41
authored
Apr 05, 2020
by
Maxime Buquet
Browse files
TextBuffer: add note about LMC compat
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
bcd96cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
poezio/text_buffer.py
View file @
747deb41
...
...
@@ -121,7 +121,7 @@ class TextBuffer:
self
.
_messages_nb_limit
=
messages_nb_limit
# type: int
# Message objects
self
.
messages
=
[]
# type: List[Message]
# Correction id -> Original message id
#
COMPAT:
Correction id -> Original message id
.
self
.
correction_ids
=
{}
# type: Dict[str, str]
# we keep track of one or more windows
# so we can pass the new messages to them, as they are added, so
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment