-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi, I find the sage option completely out of sync.
I get extra 2 empty lines after the sage prompt so added os.read(self.fd, max_bytes).decode("utf-8").rstrip()
and mine is also colored so I had to strip off the color with re.sub(r'\x1b(\[.*?[@-~]|\].*?(\x07|\x1b\\))', '', read_string)
and lastly I had to remove the space as defined on the prompet.
It still is out of sync most of the time, I don't know whether it's the timing or something else, but it's not reliable on my system.
Metadata
Metadata
Assignees
Labels
No labels