diff --git a/qtconsole/ansi_code_processor.py b/qtconsole/ansi_code_processor.py index c5492a7c..8fc8a795 100644 --- a/qtconsole/ansi_code_processor.py +++ b/qtconsole/ansi_code_processor.py @@ -147,7 +147,7 @@ def split_string(self, string): if last_char is not None: self.actions.append(NewLineAction('newline')) - yield last_char + yield None def set_csi_code(self, command, params=[]): """ Set attributes based on CSI (Control Sequence Introducer) code.