0

The problem is simple: = is invisible in WSL's nano and I don't think this should be happening:

  • #! /usr/bin/bash
    STRING="e"
    echo "$STRING"
    
    screenshot

Is there some way to turn this off?

9
  • Which Linux distribution on WSL? I can't make it happen on Ubuntu WSL.
    – harrymc
    Commented Feb 16, 2021 at 13:48
  • And which terminal? Commented Feb 16, 2021 at 14:34
  • Doesn't do it in WSL2 Debian. What happens if you start nano like this nano -Ynone? Commented Feb 16, 2021 at 21:21
  • 1
    What is your locale? See this question - superuser.com/questions/1522154/… Commented Feb 16, 2021 at 21:27
  • @harrymc i am indeed using Ubuntu WSL Commented Feb 17, 2021 at 4:33

0

You must log in to answer this question.

Browse other questions tagged .