You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far this has been seen in zsh, but not confirmed in bash.
What steps will reproduce the problem?
1. source the shell code from a new terminal
2. open a screen session or a subshell
3. enter commands and exit the screen session or subshell
4. enter more commands in the original parent shell
What is the expected output? What do you see instead?
I expect all history to be logged. In practice, I see constraint violations
inserting commands since the key uses only the command number and session id.
Since subshells and screen sessions inherit these values, the constraints are
not exclusive enough.
We should probably also include the shell PID or possibly the command itself
Please use labels and text to provide additional information.
Original issue reported on code.google.com by [email protected] on 30 Sep 2011 at 7:08
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Sep 2011 at 7:08The text was updated successfully, but these errors were encountered: