Live data from Hacker News

Twin – A Textmode WINdow Environment

github.com

31–34 of 34 posts

Re: Twin – A Textmode WINdow Environment

#31
post #30
post #18

Wonder if my ansi-img image viewer works in that. Won't compile this from source to test it, but if it's in my Linux distribution I'll do later.

Nope, only garbage output: https://imgur.com/a/RVNitFh Is there a way to configure another terminal font? But it's not just the font, the terminal seems to also crash. At least it's not responsive anymore and has to be closed.

You can choose the font with `twin --hs=X11,font=X11FONTNAME` or `twin --hw=xft,font=TRUETYPEFONTNAME`

I will have a look too, the terminal should not crash or stop being responsive

Re: Twin – A Textmode WINdow Environment

#33
post #30

Earlier quoted context omitted.

Nope, only garbage output: https://imgur.com/a/RVNitFh Is there a way to configure another terminal font? But it's not just the font, the terminal seems to also crash. At least it's not responsive anymore and has to be closed.

You can choose the font with `twin --hs=X11,font=X11FONTNAME` or `twin --hw=xft,font=TRUETYPEFONTNAME` I will have a look too, the terminal should not crash or stop being responsive

Thank you. Weird that this isn't in the man page or --help message. Another font didn't fix anything anyway.

Re: Twin – A Textmode WINdow Environment

#34
post #33

Earlier quoted context omitted.

You can choose the font with `twin --hs=X11,font=X11FONTNAME` or `twin --hw=xft,font=TRUETYPEFONTNAME` I will have a look too, the terminal should not crash or stop being responsive

Thank you. Weird that this isn't in the man page or --help message. Another font didn't fix anything anyway.

I tried compiling https://github.com/panzi/ansi-img and running it inside the truecolor branch of twin, i.e. https://github.com/cosmos72/twin/tree/truecolor and it correctly displayed an example JPG I tried - no artefacts, and terminal remained responsive.

As I wrote above, I am debugging it and fixing some known issues, thus truecolor support is not yet in the default branch

Post reply on HN