Hacker News new | ask | show | jobs
by shakna 1977 days ago
The commandline buffers input by default, because it starts in "cooked" mode.

That line turns off buffering so that keypresses can immediately be read, by putting it into "raw" mode.

1 comments

excellent! thank you