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

[tcsh] history pollution #1

Open
dolmen opened this issue Jun 23, 2013 · 1 comment
Open

[tcsh] history pollution #1

dolmen opened this issue Jun 23, 2013 · 1 comment

Comments

@dolmen
Copy link
Owner

dolmen commented Jun 23, 2013

tcsh has an history handling bug that makes the current implementation (f88f0ee) pollute the interactive shell history with lines that part of our shell code:

  • every time the prompt is displayed two entries are injected in the history: endif and angel leave
  • every time the user runs the angel controller the history is polluted with 20 entries (all the lines of the switch statement except the first one)
    This bug makes angel-PS1 unusable with tcsh.

tcsh versions:

  • Ubuntu 12.04: tcsh 6.17.06 (Astron) 2011-04-15 (i686-intel-linux) options wide,nls,dl,al,kan,rh,nd,color,filec
@dolmen
Copy link
Owner Author

dolmen commented Jun 25, 2013

Reproduced with latest tcsh release:

tcsh 6.18.01 (Astron) 2012-02-14 (i686-intel-linux) options wide,nls,dl,al,kan,rh,color,filec

Issue opened at tcsh.org: #259

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

1 participant