Add the prompt-cursor-{colour,style} options (issue #4117)#4170
Closed
lexurco wants to merge 3 commits intotmux:masterfrom
Closed
Add the prompt-cursor-{colour,style} options (issue #4117)#4170lexurco wants to merge 3 commits intotmux:masterfrom
lexurco wants to merge 3 commits intotmux:masterfrom
Conversation
Member
|
Thanks. Don't you also need to remove |
Author
|
Indeed. Should be fixed now. Thanks! |
Member
|
OK, I have applied to OpenBSD now with some trivial changes, will be in GitHub later. Unfortunately a default cursor of black doesn't really work because the text is black and it doesn't reverse so the actual character under the cursor becomes invisible, so I made it cyan instead. Thanks! |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This implements the two options, as discussed in issue #4117:
prompt-cursor-colourcursor colour in prompt, cf.cursor-colourprompt-cursor-stylecursor style in prompt, cf.cursor-styleAt the moment, upstream tmux hides "real" cursor when entering prompt, to instead emulate it. These options make the behaviour unnecessary, so that's been removed.