Ben Sadeh
                                            Ben Sadeh
                                        
                                    Thank you. I will do some more checks and post my results here.
Hi again, I did some more testing and for the project and these are my findings. It seems that there are some corner cases that at the moment are not...
Sorry Michael, I'm afraid I'm a bit out of my depth here. I tried to follow the sequences outlined in [this gist](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to the best of my ability, but there...
Hi again Michael! Just wanted to drop in and say that I have abandoned the idea of incorporating these OSC sequences because they added a lot of complexity elsewhere in...
Hi @4l1fe, I am moving this into a ticket to keep track of. I can't give an estimate over when this will be implemented, but the idea would be to...
Added in #172
Thanks for opening this issue. How does your terminal handle non-utf8 encodings in general? Have you set any of these env variables: `LANG`, `LC_ALL`, `LC_CTYPE`, `LC_COLLATE`? And if so, what...
Ahh, I see now, thanks for explaining it to me in detail. I was afraid to start implementing specific encodings for non-utf8 types at this stage, but I agree that...
Since `1.3.0`, tailspin gracefully handles different encodings similar to `cat` when using `stdin`. So this should resolve the explicit example above. For reading files on disk, we use a library...
Hi @ccoVeille and thanks for opening this ticket! To begin with the conclusion: I'm happy to add support for other pagers. Some context: as the **default** pager, it makes sense...