There is already a question on it: How to set line height in xterm? but I don't have the "points" to comment yet, so I have to ask it again.
Environment:
- Ubuntu Jelly
- i3wm
- Xterm version 372
- tmux
I've tried now those things in my .Xresources file (yes, I have reloaded it with xrdb -load .Xresources):
! Line height: ! XTerm.vt100.scaleHeight: 1.5 ! UXTerm*vt100.scaleHeight: 1.45 ! XTerm*vt100.scaleHeight: 1.45 XTerm*Shading: 1.45 None of them work with and without tmux. But if I start one with xterm -sh 1.45 it works.
How I can set the line height that it persists in my .Xresources?