-
Notifications
You must be signed in to change notification settings - Fork 98
When given a [Y/n] prompt, and input other than 'n' means 'Y'. #285
Comments
IIRC it should have been fixed by #230. Could you try using git version of |
I'm sorry but isn't it supposed to be working this way? I thought capital 'Y' meant default, i.e. anything other than 'n' would be 'yes'. UP: However, this also works inconsistently: when I pressed space to the first prompt, it was handled as 'yes'; but the second one handled space as 'no' - build stopped.
|
It was the original behaviour but we agreed to align to pacman behaviour in #218.
Good catch, I probably missed this one in #230. |
Yes, for Y/n options the behavior seems to be aligned. There seems a problem with e.g. Y/n/A options. |
On Wed, Aug 10, 2016 at 01:40:45AM -0700, Igor wrote:
IIRC, |
I have the same problem. how it should work imo: |
Using -Syu etc. any input that isn't 'n' continues the build/install process- I've seen it on '7' and 'h' so far.
The text was updated successfully, but these errors were encountered: