Closed dnakov closed 1 month ago
In my case this makes
Just tried it on another mac, tab works fine with this PR, no "b", no tab on master
$ python3 -c "import readline; print(readline.__doc__)"
Importing this module enables command line editing using GNU readline.
$ sw_vers
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
in my case i got this:
$ python3 -c "import readline; print(readline.__doc__)"
Importing this module enables command line editing using libedit readline.
$ sw_vers
ProductName: macOS
ProductVersion: 15.0.1
BuildVersion: 24A348
guess its time for another if
i think we can close this PR now, please confirm on master
Checklist
Description
tab works now, can type b. (Sequoia 15.1). Reject if this breaks it on your mac.