summaryrefslogtreecommitdiff
path: root/sfeed_curses.c
AgeCommit message (Expand)Author
2023-07-07sfeed_curses: move one line down when marking an item as read or unreadHiltjo Posthuma
2023-05-16improve to use proper includesHiltjo Posthuma
2023-05-14sfeed_curses.c: make struct urls static like the other variablesHiltjo Posthuma
2023-05-07iterate on previous commit which adds $SFEED_NEW_MAX_SECSHiltjo Posthuma
2023-05-07sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECSAlvar Penning
2023-03-07sfeed_curses: fix (very hard to trigger) memleak when getline() returns EOF f...Hiltjo Posthuma
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-04fix comment for ASCII symbols for dumb terminalsHiltjo 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-05sfeed_curses: processexit(): remove unneeded code for non-interactive processesHiltjo 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-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-01sfeed_curses: improve multiple signal handlingHiltjo Posthuma
2022-03-31sfeed_curses: improve waiting on processes and reaping themHiltjo Posthuma
2022-03-28sfeed_curses: fix-up from previous commit: properly initialize struct sigactionHiltjo Posthuma
2022-03-28sfeed_curses: ignore SIGCHLD only for non-interactive programsHiltjo Posthuma
2022-03-27sfeed_curses: remove unneeded ctype.h includeHiltjo Posthuma
2022-03-27Revert "rm sys/types.h include and improve portability"Hiltjo Posthuma
2022-03-27sfeed_curses: tiny rewording in commentHiltjo Posthuma
2022-03-27sfeed_curses: processexit: do not set and reset SIGINT for non-interactive pl...Hiltjo Posthuma
2022-03-27sfeed_curses: avoid non-interactive plumb process becoming a zombieHiltjo Posthuma
2022-03-25rm sys/types.h include and improve portabilityHiltjo Posthuma
2022-03-19sfeed_curses: refactor DEC function key parsingHiltjo Posthuma
2022-03-14sfeed_curses: use ttywrite() for writing to the tty consistentlyHiltjo Posthuma
2022-03-14improve time(NULL) error checkingHiltjo Posthuma
2022-02-25sfeed_curses: cast character for SFEED_AUTOCMD to unsigned charHiltjo Posthuma
2022-02-24sfeed_curses: remove continue in application key handlingHiltjo Posthuma
2022-02-24sfeed_curses: fix a redraw when reloading a file when reading from stdinHiltjo Posthuma
2022-02-24sfeed_curses: die(): use stdio buffered function/macroHiltjo Posthuma
2022-02-24sfeed_curses: fix a wrong comment about the arrow left and right keysHiltjo Posthuma
2022-02-24sfeed_curses: add keybinds for home key and home and end key in urxvtHiltjo Posthuma
2022-02-19fix a compiler warning with (Net)BSD cursesHiltjo Posthuma
2022-02-06fix a warning with tparm on some systemsHiltjo Posthuma
2022-02-06add compile-time option to improve output on dumb non-UTF8 terminalsHiltjo Posthuma
2022-02-06sfeed_curses: write cmd in a more verbose wayHiltjo Posthuma
2022-02-04improve some code commentsHiltjo Posthuma
2022-01-22add feature to go to the next bold row and previous bold row with J and KHiltjo Posthuma
2022-01-19sfeed_curses: code-style: remove variable name in definitionHiltjo Posthuma
2022-01-19sfeed_curses: fix a pedantic sign comparisonHiltjo Posthuma