Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Blank "Send Commands" bar should send an Enter/Return to All or Selected sessions #490

Closed
GoogleCodeExporter opened this issue May 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When faced with sessions prompts to confirm information, such as a Reload 
command on Cisco devices returning with:

SW1#reload <User:reload>
System configuration has been modified. Save? [yes/no]: n <User:n>
Proceed with reload? [confirm]    <User:"Enter" key>

The "Send Commands" bar should send a Return to all open sessions.

----

If no input is provided, still send Enter/Return

Original issue reported on code.google.com by [email protected] on 16 Dec 2014 at 6:46

jimradford added a commit that referenced this issue May 10, 2015
@jimradford jimradford self-assigned this May 10, 2015
@jimradford jimradford added this to the v1.4.0.7 milestone May 10, 2015
@darkstar
Copy link

There's still something funny going on with sending a single CR to all sessions.

When you first send a specific command to a session (or, say, a username and password), the input box at the top will become empty after every sent command. However, if you then press just "enter", SuperPutty repeatedly sends the last commands entered again instead of an empty string. i.e. typing "root", "myrootpassword", "", "" into the command box, you end up with "rootmyrootpasswordrootmyrootpassword" in the puTTY session, which is obviously not what you'd want.

if you go back to the input box, type a single space and then erase it and press enter, then a plain is sent to all sessions as expected

@larsen0815
Copy link

larsen0815 commented Apr 15, 2016

I can confirm this problem: Clicking on the green icon puts the last used commands onto the shell, but doesn't execute it. Pressing enter inside the empty (!) box executes the last commands. Afterwards, clicking the green icon didn't do anything, anymore.

See #591 and possibly #592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants