You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
The smallest reproducible case I've found so far is to:
cd into a directory which triggers the AWS module
press "g"
press < tab >
press < delete >
Notice that the "g" remains displayed on screen but is not actually present in the buffer.
Expected Behavior
The first input character should not be displayed when deleted.
Relevant Fish Configuration
set SPACEFISH_PROMPT_ORDER user dir host git package docker aws venv conda kubecontext exec_time battery vi_mode jobs char
set SPACEFISH_PROMPT_ADD_NEWLINE trueset-g fish_emoji_width 2
Environment
Spacefish version: 2.6.1
Fish version: 3.0.2
Fish plugin manager: fisher
Terminal emulator: iTerm 3.2.9
Operating system: OSX 10.14.5
Additional context/Screenshots
This happens with or without line_sep.
This does not happen if I change SPACEFISH_AWS_SYMBOL to a non-emoji.
Pasting the cloud emoji taken from the Spacefish function (☁️) into iTerm doesn't render well, but renders correctly when output by Spacefish.
The iTerm setting "Use Unicode version 9 widths" is checked.
Hmm... My first thought as well was the strangeness that happens around emojis and fish. It looks like you covered your bases and made sure fish and iTerm play nicely with double-width emoji. 🤔
Could you please try using a terminal emulator like Hyper to reproduce the issue? That way we might be able to confirm that this issue is tied to iTerm.
Current Behavior
This is the inverse of #179.
The smallest reproducible case I've found so far is to:
Notice that the "g" remains displayed on screen but is not actually present in the buffer.
Expected Behavior
The first input character should not be displayed when deleted.
Relevant
Fish
ConfigurationEnvironment
Additional context/Screenshots
line_sep
.SPACEFISH_AWS_SYMBOL
to a non-emoji.The text was updated successfully, but these errors were encountered: