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

Added new --ansi parameter to display ansi colors #15

Closed
wants to merge 1 commit into from
Closed

Added new --ansi parameter to display ansi colors #15

wants to merge 1 commit into from

Conversation

bytebutcher
Copy link

For my project i would like to use the fzf --ansi parameter. I've added it as optional parameter to the layout section.

@@ -32,7 +32,7 @@ def iterfzf(
multi=False, mouse=True, print_query=False,
# Layout:
prompt='> ',
preview=None,
preview=None, ansi=False,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
preview=None, ansi=False,
preview=None,
ansi=False,

@dahlia
Copy link
Owner

dahlia commented Oct 25, 2020

Looks equivalent to the PR #16, so I will close this.

@dahlia dahlia closed this Oct 25, 2020
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

3 participants