Skip to content

Commit

Permalink
Add new behavior to \n
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Aug 27, 2024
1 parent 83e2f1d commit 3b23c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/ansi_code_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b23c09

Please sign in to comment.