Re: stop cursor blink
- From: Ben Bacarisse <ben.usenet@xxxxxxxxx>
- Date: Mon, 19 Apr 2010 14:40:42 +0100
"Haris Bogdanoviæ" <fbogdanovic@xxxxxxx> writes:
How to stop cursor blink in bash ?
It's not a bash property, it's done by the terminal emulator. For
example, xterm (modern ones at least) use +bc and -bc command-line
options to control this. What terminal emulator are you using?
I tried:
echo -e '\033[?17;0;127c'
but it doesn't work.
There may be an escape sequence for it, but it is likely to be simpler
to change the behaviour some other way (for example using the X resource
cursorBlink or a command-line option).
--
Ben.
.
- Follow-Ups:
- Re: stop cursor blink
- From: Haris Bogdanović
- Re: stop cursor blink
- References:
- stop cursor blink
- From: Haris Bogdanović
- stop cursor blink
- Prev by Date: Re: XTerm question: How to get current window title?
- Next by Date: Re: stop cursor blink
- Previous by thread: stop cursor blink
- Next by thread: Re: stop cursor blink
- Index(es):
Relevant Pages
|