[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Newbie Mint Questions
> 2. Again, about vconsoles...is there a way to invert them to white on
> black? My monitor would run much more quiet and suffer less burn-in that
> way :)
It's backwards compatible to VT52 so you can use the escape codes
mentioned eg. (normally) in /usr/include/vt52.h (I think). I have
for example these aliases on my MiNT setups on ST and under wterm:
alias black="echo \ec1\eE"
alias white="echo \eb1\eE"
These will change the color and clear the screen. You should replace
'\e' with the ESC character (code 27).
- Eero