lucy
lucy
###### Info * __Version__: 2.0.3 * __Source__: F-Droid * __Vault encrypted__: Yes * __Device__: Pixel 5a * __Android version and ROM__: lineage_barbet-userdebug 12 SP2A.220505.002 1851126e65 ###### Steps to reproduce Enable...
## Describe the issue Mosh under msys2 can't display characters that need more than 2 bytes to encode in utf-16. ## Steps to Reproduce the Problem 1. Connect to any...
### Problem Noticed this because I have some huge directories in one of my repos for testing, which probably isn't very common. Excluding files not in the patterns sent by...
- tridactylrc: ``` autocmd FullscreenEnter .* mode ignore autocmd FullscreenLeft .* mode ignore autocmd FullscreenChange .* mode ignore ``` - config: ``` {"autocmds":{"FullscreenEnter":{".*":"mode ignore"},"FullscreenLeft":{".*":"mode ignore"},"FullscreenChange":{".*":"mode ignore"}},"configversion":"2.0"} ``` - tridactyl version:...
the if statement in ```bash a= c= b= if true; then true; fi ``` gets parsed as a command name: ``` (program [0, 0] - [3, 0] (command [0, 0]...