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

Ignore bracketed paste characters #45

Closed
wants to merge 1 commit into from
Closed

Ignore bracketed paste characters #45

wants to merge 1 commit into from

Conversation

keith
Copy link
Contributor

@keith keith commented Jul 21, 2017

Right now this has a warning:

src/tty_interface.c:241:11: warning: use of non-standard escape character '\e' [-Wpedantic]
                                           {"\e[200~", action_ignore},
                                             ^~
src/tty_interface.c:242:11: warning: use of non-standard escape character '\e' [-Wpedantic]
                                           {"\e[201~", action_ignore},
                                             ^~
2 warnings generated.

But we can fix/ignore this if we decide to go this route.

@jhawthorn
Copy link
Owner

Great solution. Thanks.

Merged as 59d80ed, which I modified to be more portable.

@jhawthorn jhawthorn closed this Aug 13, 2017
@keith keith deleted the ks/ignore-bracketed-paste branch August 14, 2017 05:29
@keith
Copy link
Contributor Author

keith commented Aug 14, 2017

Awesome thanks!

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

Successfully merging this pull request may close these issues.

2 participants