Add --simple-text setting to use ASCII in help text#363
Closed
Add --simple-text setting to use ASCII in help text#363
Conversation
Owner
|
@copilot try again |
Agent-Logs-Url: https://github.com/HalFrgrd/flyline/sessions/999984d0-320b-42d9-a339-16f9a2e47cb7 Co-authored-by: HalFrgrd <4559349+HalFrgrd@users.noreply.github.com>
Contributor
Author
Implemented in commit 7a74b3a. The
Also fixed the ellipsis trimming logic so it correctly computes the overflow amount when trimming graphemes to make room for the ellipsis (this was a pre-existing issue that became visible when switching from the 1-wide Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Add setting called --simple-text to use ASCII in help text
Add --simple-text setting to use ASCII in help text
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
--simple-textflag to flyline that replaces Unicode characters with ASCII equivalents in all help/hint text and UI indicators. This is useful for terminals that don't support Unicode.Changes Made
src/settings.rs: Addedsimple_text: boolfield (defaultfalse) to theSettingsstruct.src/lib.rs: Added--simple-textCLI argument toFlylineArgsand wired it tosettings.simple_text.src/app/mod.rs: When--simple-textis enabled, the following substitutions are made:💡→[hint]in all tutorial hint strings↑/↓→^/vin history prefix hint→→->in inline history suggestion hint▐(selection indicator) →|in fuzzy history search and AI results…(ellipsis) →...in truncated history entries and tooltipscmd + ellipsisalways fits withinavailable_colsregardless of ellipsis width.Usage
Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.