[Konsole-devel] [Bug 103399] different cursor shapes - block, underline, bar
Robert Knight
robertknight at gmail.com
Wed Jul 25 10:55:27 UTC 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=103399
------- Additional Comments From robertknight gmail com 2007-07-25 12:55 -------
> kde4 konsole don't look possible to change the shape inside a session
You certainly can. Start a new Konsole session and run:
konsoleprofile CursorShape=<Number>
Where <Number> is 0 (Block), 1 (IBeam) or 2 (Underline)
konsoleprofile is a simple shell script which just does this:
/bin/echo -e "\033]50;$1\a"
Where $1 is replaced with its argument.
More information about the konsole-devel
mailing list