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

fix #252 deal with '\b' correctly #256

Merged
merged 1 commit into from Jan 27, 2020
Merged

fix #252 deal with '\b' correctly #256

merged 1 commit into from Jan 27, 2020

Conversation

lotabout
Copy link
Owner

Though I'd recommend not using these tricky characters at all, here is
how it is handled in skim:

  1. with --ansi, '\b' will delete the previous character
  2. without --ansi, '\b' will be ignored at renderinga
    • note that the '\b' character still exists for matching

Though I'd recommend not using these tricky characters at all, here is
how it is handled in skim:

1. with `--ansi`, '\b' will delete the previous character
2. without `--ansi`, '\b' will be ignored at renderinga
    - note that the '\b' character still exists for matching
@lotabout lotabout merged commit e33e134 into master Jan 27, 2020
@lotabout lotabout deleted the ticket-252 branch January 27, 2020 08:18
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.

None yet

1 participant