summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-16sfeed_curses: add SUN keys supportHiltjo Posthuma
2023-02-16sfeed_curses: add SCO keys for next, prior (CSI I and CSI G)Hiltjo Posthuma
2023-02-16README: small rewording in how to add new parsed tags and fieldsHiltjo Posthuma
2023-02-04README: describe how to add new parsed tags and fields to sfeed.cHiltjo Posthuma
2023-02-04fix comment for ASCII symbols for dumb terminalsHiltjo Posthuma
2023-02-04sfeed_gopher: remove PATH_MAX and restricting the path lengthHiltjo Posthuma
2023-01-18sfeedrc.5: improve documentation a bitHiltjo Posthuma
2023-01-07sfeed.1: reference sfeed_opml_importHiltjo Posthuma
2023-01-07sfeed.5: remove a caveat in the file format man pageHiltjo Posthuma
2022-12-28README: small rewording "can be supported" -> "are supported"Hiltjo Posthuma
2022-12-20LICENSE: bump yearHiltjo Posthuma
2022-12-20sfeed_curses.1: small rewording and tweaks in the exampleHiltjo Posthuma
2022-12-15sfeed_update.1: "return status" -> "exit status"Hiltjo Posthuma
2022-08-26improve comment: uppercase cdata -> CDATAHiltjo Posthuma
2022-08-17bump version to 1.6Hiltjo Posthuma
2022-08-17sfeed_curses: fix a memleak caused by a mistake in refactoring the codeHiltjo Posthuma
2022-07-20slightly improve some commentsHiltjo Posthuma
2022-07-17sfeed_curses: cleanup code for handling read items from an URL fileHiltjo Posthuma
2022-07-05remove __dead codeNRK
2022-07-05sfeed_curses: write out plumbercmd argument in a verbose mannerHiltjo Posthuma
2022-06-21fix some typisNRK
2022-06-20sfeed: reword a poorly-worded commentHiltjo Posthuma
2022-06-20sfeed: fix a wrong commentHiltjo Posthuma
2022-06-18README: add setsid exampleHiltjo Posthuma
2022-06-06themes: simplify empty macros, remove do { } while(0)Hiltjo Posthuma
2022-06-05sfeed_curses: processexit(): remove unneeded code for non-interactive processesHiltjo Posthuma
2022-05-31README: fix bug in an example for counting the new items of the last dayHiltjo Posthuma
2022-05-31minicurses.h: remove unneeded includeHiltjo Posthuma
2022-05-21bump version to 1.5Hiltjo Posthuma
2022-05-19README: make sure sfeed_update errors don't write to stderrHiltjo Posthuma
2022-05-14README: add progress indicator scriptHiltjo Posthuma
2022-05-14manual pages: reword a few things a bit more clearlyHiltjo Posthuma
2022-05-07sfeed_curses: improve commentHiltjo Posthuma
2022-05-07sfeed_curses: interrupt waitpid while interactive child program is runningHiltjo Posthuma
2022-05-05sfeed_curses: close stdin for spawning a plumb program in non-interactive modeHiltjo Posthuma
2022-05-04sfeed_curses.1: more details about signals and (non-)interactive programsHiltjo Posthuma
2022-05-02manual pages: properly escape some more backslashesHiltjo Posthuma
2022-05-02manual pages: properly escape backslashesAnders Damsgaard
2022-04-10sfeed_curses.1: fix typo: automaticly -> automaticallyHiltjo Posthuma
2022-04-02bump version to 1.4Hiltjo Posthuma
2022-04-02sfeed_curses: code-style: mouse mode: just use a constantHiltjo Posthuma
2022-04-02sfeed_curses: line editor: handle SIGCHLD directlyHiltjo Posthuma
2022-04-02sfeed_curses: line editor, temporarily disable the mouse when using the line ...Hiltjo Posthuma
2022-04-01sfeed_curses: don't use bitmasks to keep the states for signalsHiltjo Posthuma
2022-04-01sfeed_curses: small code-style changeHiltjo Posthuma
2022-04-01README: reflect example with the descriptionHiltjo Posthuma
2022-04-01sfeed_curses: improve multiple signal handlingHiltjo Posthuma
2022-03-31sfeed_curses: improve waiting on processes and reaping themHiltjo Posthuma
2022-03-31sfeed.c: rm ctype.h its not neededHiltjo Posthuma
2022-03-29sfeed.1: add an example to convert to UTF-8 using iconvHiltjo Posthuma