-
Notifications
You must be signed in to change notification settings - Fork 34
Scrolling up does not apply all Regexes #75
Comments
Thanks for raising this. It seems like I've only used the Wiki page for ANSI codes as my initial reference for movement sequences, like those that move the cursor around in I wanted to error on the safe side and only put the sequences that I know perform movements which are then used as a separators when processing the input; most programs would just line-buffer and use new-line as a separator, but as that wouldn't work here (need to support interactive programs), I had to separate based on a lot what I consider as "movement" sequences. Update: |
Fixed in 6c1a79f. v0.5.2 will be published soon (tomorrow probably). |
Thank you very much for fixing this too. It works marvellously 👍 |
And thank you for raising the issue. I greatly appreciate it.
… On 21 Oct 2019, at 9:27 am, aaronols ***@***.***> wrote:
Thank you very much for fixing this too. It works marvellously 👍
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Description
ssh some-server | ct
Scrolling down seems to always apply all regexes correctly while scrolling up fails to apply some of the more complicated ones..
It appears that the regexes applied when scrolling up are only the most simple ones.
Environment
Configuration
This happens with the default configuration.
One pattern I observed not to be reapplied when scrolling up in the remote logs is the date Pattern in the format YYYY-MM-DD.
The time pattern was correctly reapplied when scrolling up though.
The text was updated successfully, but these errors were encountered: