You are not logged in.
Pages: 1
Hi, i'm trying to change my virtual console default _ to a blinking block cursor. I was wandering if that would be possible. I've searched through google and looked at setterm man page but couldn't find anything. Thank you.
There is no knowledge that is not power!
Offline
there's an escape sequence you can use,
echo -ne '33[?6c' # flashing prompt on VT
chuck that in your bashrc.
James
Offline
that's what i wanted. thank you!
There is no knowledge that is not power!
Offline
Because this took me a good 5 days to find:
man console_codes
Offline
Because this took me a good 5 days to find:
man console_codes
heh, i found it referenced somewhere in the kernel source. the flashing block actually used to be the default cursor.
James
Offline
Pages: 1