maheshkumarvk / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

cluster command prompt <escape> key escapes the prompt #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

The below is just an example to make my point.

1. use the cluster command for any number of hosts
2. open vi,go into insert mode, right something
3.Hit <escape> to exit insert mode and go back to command mode. (It will not 
fly).

What is the expected output? What do you see instead?
The <escape> key should be caught within the session(s), in this case exit the 
vi Insert mode and switch to command mode.

Instead the <escape> key is caught by the cluster command prompt and it just 
escapes it.

What version of the product are you using? On what operating system?
1.4.0.1@windows XP 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by gkout...@gmail.com on 20 Dec 2012 at 12:17

GoogleCodeExporter commented 9 years ago
so you're editing multiple files on multiple machines from the superputty 
command bar?

Original comment by btatey...@gmail.com on 2 Feb 2013 at 10:59

GoogleCodeExporter commented 9 years ago
That is correct

Original comment by gkout...@gmail.com on 3 Feb 2013 at 4:16

GoogleCodeExporter commented 9 years ago
looked into it...esc has special handling so this will be tricky.  

Original comment by btatey...@gmail.com on 29 Apr 2013 at 1:02

GoogleCodeExporter commented 9 years ago
Handle ESC

Original comment by btatey...@gmail.com on 29 Apr 2013 at 1:03