tags:

views:

113

answers:

2

When I use putty to log on to a bash shell, I want it like real term emulator in Linux. That means: If I set shell to vi editing mode, the cursor would be a vertical line in inserting mode, and a block in a command mode. How can I do this?

Thanks all you folks!

A: 

Unfortunately, this is not possible.

Aaron
It sounds disappointing...
haohaolee
Indeed it is. Also, it hasn't been updated in a while, so not sure asking the developer to add that functionality would help.
Aaron
A: 

In the putty configuration, look under the 'Category' treeview, click on 'Window', there's a node underneath that called 'Appearance', Look at the cursor appearance on the right hand side pane of that dialog, check the box 'Cursor blinks'...then save that in your profile.

Hope this helps, Best regards, Tom.

tommieb75
This just make the cursor blink, not change according to the bash mode change. Thanks all the same.
haohaolee