Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | Minor cleanup. | Rob Landley | |
2015-05-06 | Fix more with missing files. | Elliott Hughes | |
Previously we'd go into an infinite loop because we weren't incrementing optargs. Also add a missing flush so an error on stderr won't overtake the escape code that resets reverse video. Disclaimer: the new behavior isn't exactly like the desktop version; surprisingly they try to open the next file _before_ they prompt. That feels weird to me as a user, and seems like it would lead to a more awkward implementation, but if you're more concerned about authenticity... | |||
2015-04-10 | Make more(1) usable. | Elliott Hughes | |
> Yes, I know, "don't use pending". Sadly, more(1) is pretty useless > without this. It gets confused by long lines or tabs. > > This patch also adds the missing prompt between multiple files. actually, it looks like we're already hard-coding some escape sequences? more(1) doesn't need anything that isn't in ANSI, so here's an alternative patch that fixes the same bugs as the other patch but also has a reverse-video prompt: | |||
2014-11-28 | Tiny in-passing cleanups to more.c. | Rob Landley | |
2014-04-23 | usage: is lower case (the help generator looks for that, might as well be ↵ | Rob Landley | |
consistent). | |||
2013-12-23 | Two more commands (last and more) submitted by Ashwini Sharma. | Rob Landley | |