less: implement waiting for input using select(). Rather tricky business.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 24 Dec 2006 07:14:17 +0000 (07:14 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 24 Dec 2006 07:14:17 +0000 (07:14 -0000)
commitf4dff773553da8b4a5a66205e920a82732156851
treec9889bd051ff152f51a1e0056e1243063116e7c9
parent9ac9e55e3c1dd11bf007623ea672f7569366c186
less: implement waiting for input using select(). Rather tricky business.
But we do not read entire input anymore up-front.
miscutils/less.c
shell/ash.c