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.



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to