[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: A permanent block cursor



> How I can make a *permanent* block cursor? I remember setterm has a
> '-store' option, but unlike freebsd, linux setterm don't know how to control
> the cursor.
I figured a way to do it (not very elegant, but it's better than a cron
job :)
	CURSOR=$(echo -n -e '\033[?17;2;32c')
	export PS1="$CURSOR \h \$ "
in my .bashrc will do the trick.

-- 
	"Doko ni datte, hito wa tsunagatte iru."
	(No matter where, people are all connected)
	-Lain



Reply to: