You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working through this with WSL2 and various terminal and keyboard related behaviors just work right now. One specific instance, chapter 5 in the save as section:
"(Note: If you’re using Bash on Windows, you will have to press Escape 3 times to get one Escape keypress to register in our program, because the read() calls in editorReadKey() that look for an escape sequence never time out.)"
Works fine with a single keypress of ESC on my configuration. Suggest changing wording about Bash on Windows to "Bash on Windows prior to WSL2" or similar. Great job on the whole thing though. Appreciated.
The text was updated successfully, but these errors were encountered:
Much to my chagrin - WSL2 is better behaved than my actual linux distro.
I was happily plucking away at the chapters on a windows machine, then at step 44 I switched to a linux machine, pulled down my repo, and... suddenly ctrl-q doesn't work! I have go go all the way back to step 32 to get a version of the program that will actually exit without me terminating bash (edit: though for some reason ctrl-shift-q does work)
Working through this with WSL2 and various terminal and keyboard related behaviors just work right now. One specific instance, chapter 5 in the save as section:
"(Note: If you’re using Bash on Windows, you will have to press Escape 3 times to get one Escape keypress to register in our program, because the read() calls in editorReadKey() that look for an escape sequence never time out.)"
Works fine with a single keypress of ESC on my configuration. Suggest changing wording about Bash on Windows to "Bash on Windows prior to WSL2" or similar. Great job on the whole thing though. Appreciated.
The text was updated successfully, but these errors were encountered: