redundant % in the pet search output on Cygwin #327
Replies: 2 comments
-
Hmm not sure about this one. Could you do me a favor and see what this outputs on Cygwin? My hypothesis here is that for some reason this newline is not being added on Cygwin, and so the shell itself feels the need to add a % marking the end of the output. Line 34 in e356762 If you're curious about the new line, more info here: https://unix.stackexchange.com/a/302666 |
Beta Was this translation helpful? Give feedback.
-
Sorry I am relatively new to programming, which command should I run on Cygwin? I later found that this is probably because of
I tried resetting with For a while it is well and good after I removed the above This is what I got with 'stty -a'
|
Beta Was this translation helpful? Give feedback.
-
Here is a sample setup:
Then I search for this snippet, and there is a % at the end of the output.
❯ pet search echo hello%
Maybe something wrong with my Cygwin? I tested on Termux and there is no such redundant %.
Beta Was this translation helpful? Give feedback.
All reactions