From 747deb41e68ea6331e7bf66294e7b21bf63d148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 5 Apr 2020 02:26:02 +0200 Subject: TextBuffer: add note about LMC compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/text_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py index c5e61a6a..2c0d192a 100644 --- a/poezio/text_buffer.py +++ b/poezio/text_buffer.py @@ -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 -- cgit v1.2.3