On 13/02/09 06:47, pansz wrote:
> Tony Mechelynck 写道:
>>> This is specific to the terminal, for example, Konsole in KDE4 can
>>> change the shape of cursor, try the following:
>>>
>>> let&t_SI = "\<Esc>]50;CursorShape=1\x7"
>>> let&t_EI = "\<Esc>]50;CursorShape=0\x7"
>>>
>>> This will give what you want, if you are using ubuntu intrepid you can
>>> simply run sudo apt-get install konsole.
>> Anything similar for KDE3 konsole (konsole 1.6.6 in KDE 3.5.10)? The
>> above doesn't work for me (my cursor remains in block-shape in all
>> modes). Yet I double-checked it: ":set t_SI? t_EI?" now returns
>>
>> t_SI=^[]50;CursorShape=1^G
>> t_EI=^[]50;CursorShape=0^G
>>
>> with the ^[ and ^G in blue, meaning Escape and Bell respectively.
>
> You may have to port the code to KDE3 konsole yourself, since such kind
> of "new feature" is not meant to go to KDE 3.5 series, which is in
> feature freeze.
Thanks but no thanks; I'm not compiling (nor am I foreseeing to compile
in the future) any software other than Vim. I guess I'll wait until SuSE
abandonss support of KDE3 (which I prefer ATM to KDE4).
Best regards,
Tony.
--
"Yes, that was Richard Nixon. He used to be President. When he left
the White House, the Secret Service would count the silverware."
-- Woody Allen, "Sleeper"
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---