Y
Hacker News
new
|
ask
|
show
|
jobs
by
iso-8859-1
2209 days ago
I used your ImageMagick command, but the resulting image is very bright and almost invisible. I tried disabling Unicode using +u8, but that didn't work. I tried mlterm, that worked.
1 comments
sprash
2208 days ago
I forgot to tell that you have to enable 256 colors as well. Put this into your .Xresources:
XTerm.*.decTerminalID: vt340 XTerm.*.numColorRegisters: 256
And refresh with
xrdb -merge $HOME/.Xresources
It should work now.
link