Re: [dev] I wrote a pager - errno

2016-09-16 Thread Greg Reagle
On Fri, Sep 16, 2016, at 12:26 PM, u...@netbeisser.de wrote: > > #include > > #include > > > > int main() > > { > > const int page_size = 22; > > int count = 0; > > int ch; > > FILE *tty; > > > > if ((tty = fopen("/dev/tty", "a+")) == NULL) > > return(errno); >

Re: [dev] I wrote a pager - errno

2016-09-16 Thread u
On Fri, Sep 16, 2016 at 11:43:37AM -0400, Greg Reagle wrote: > On Fri, Sep 16, 2016, at 10:01 AM, Greg Reagle wrote: > > Greetings. I am running stali in qemu and and it seems to lack a pager. > > Is it a goal of the suckless project to write a suckless pager for > > sbase? I see that plan9port