LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how would I make xterm have blinking courser? (https://www.linuxquestions.org/questions/linux-newbie-8/how-would-i-make-xterm-have-blinking-courser-625014/)

dale504 03-01-2008 04:57 PM

how would I make xterm have blinking courser?
 
Hello ALL
I was wondering how to have an alias make the courser to blink in an xterm window using a bash shell?

thanks
dale504

bathory 03-01-2008 05:10 PM

You can use:
Code:

alias xterm='xterm -bc'
in your ~/.bashrc or ~/.profile


All times are GMT -5. The time now is 09:54 PM.