index
:
sfeed.git
master
Suckless rss Feed reader with my configs
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sfeed_curses.c
Age
Commit message (
Expand
)
Author
2023-09-22
sfeed_curses: mark functions as static
NRK
2023-08-15
improve wording and small typos
Hiltjo Posthuma
2023-07-07
sfeed_curses: move one line down when marking an item as read or unread
Hiltjo Posthuma
2023-05-16
improve to use proper includes
Hiltjo Posthuma
2023-05-14
sfeed_curses.c: make struct urls static like the other variables
Hiltjo Posthuma
2023-05-07
iterate on previous commit which adds $SFEED_NEW_MAX_SECS
Hiltjo Posthuma
2023-05-07
sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECS
Alvar Penning
2023-03-07
sfeed_curses: fix (very hard to trigger) memleak when getline() returns EOF f...
Hiltjo Posthuma
2023-02-16
sfeed_curses: add SUN keys support
Hiltjo Posthuma
2023-02-16
sfeed_curses: add SCO keys for next, prior (CSI I and CSI G)
Hiltjo Posthuma
2023-02-04
fix comment for ASCII symbols for dumb terminals
Hiltjo Posthuma
2022-08-17
sfeed_curses: fix a memleak caused by a mistake in refactoring the code
Hiltjo Posthuma
2022-07-20
slightly improve some comments
Hiltjo Posthuma
2022-07-17
sfeed_curses: cleanup code for handling read items from an URL file
Hiltjo Posthuma
2022-07-05
remove __dead code
NRK
2022-07-05
sfeed_curses: write out plumbercmd argument in a verbose manner
Hiltjo Posthuma
2022-06-05
sfeed_curses: processexit(): remove unneeded code for non-interactive processes
Hiltjo Posthuma
2022-05-07
sfeed_curses: improve comment
Hiltjo Posthuma
2022-05-07
sfeed_curses: interrupt waitpid while interactive child program is running
Hiltjo Posthuma
2022-05-05
sfeed_curses: close stdin for spawning a plumb program in non-interactive mode
Hiltjo Posthuma
2022-04-02
sfeed_curses: code-style: mouse mode: just use a constant
Hiltjo Posthuma
2022-04-02
sfeed_curses: line editor: handle SIGCHLD directly
Hiltjo Posthuma
2022-04-02
sfeed_curses: line editor, temporarily disable the mouse when using the line ...
Hiltjo Posthuma
2022-04-01
sfeed_curses: don't use bitmasks to keep the states for signals
Hiltjo Posthuma
2022-04-01
sfeed_curses: small code-style change
Hiltjo Posthuma
2022-04-01
sfeed_curses: improve multiple signal handling
Hiltjo Posthuma
2022-03-31
sfeed_curses: improve waiting on processes and reaping them
Hiltjo Posthuma
2022-03-28
sfeed_curses: fix-up from previous commit: properly initialize struct sigaction
Hiltjo Posthuma
2022-03-28
sfeed_curses: ignore SIGCHLD only for non-interactive programs
Hiltjo Posthuma
2022-03-27
sfeed_curses: remove unneeded ctype.h include
Hiltjo Posthuma
2022-03-27
Revert "rm sys/types.h include and improve portability"
Hiltjo Posthuma
2022-03-27
sfeed_curses: tiny rewording in comment
Hiltjo Posthuma
2022-03-27
sfeed_curses: processexit: do not set and reset SIGINT for non-interactive pl...
Hiltjo Posthuma
2022-03-27
sfeed_curses: avoid non-interactive plumb process becoming a zombie
Hiltjo Posthuma
2022-03-25
rm sys/types.h include and improve portability
Hiltjo Posthuma
2022-03-19
sfeed_curses: refactor DEC function key parsing
Hiltjo Posthuma
2022-03-14
sfeed_curses: use ttywrite() for writing to the tty consistently
Hiltjo Posthuma
2022-03-14
improve time(NULL) error checking
Hiltjo Posthuma
2022-02-25
sfeed_curses: cast character for SFEED_AUTOCMD to unsigned char
Hiltjo Posthuma
2022-02-24
sfeed_curses: remove continue in application key handling
Hiltjo Posthuma
2022-02-24
sfeed_curses: fix a redraw when reloading a file when reading from stdin
Hiltjo Posthuma
2022-02-24
sfeed_curses: die(): use stdio buffered function/macro
Hiltjo Posthuma
2022-02-24
sfeed_curses: fix a wrong comment about the arrow left and right keys
Hiltjo Posthuma
2022-02-24
sfeed_curses: add keybinds for home key and home and end key in urxvt
Hiltjo Posthuma
2022-02-19
fix a compiler warning with (Net)BSD curses
Hiltjo Posthuma
2022-02-06
fix a warning with tparm on some systems
Hiltjo Posthuma
2022-02-06
add compile-time option to improve output on dumb non-UTF8 terminals
Hiltjo Posthuma
2022-02-06
sfeed_curses: write cmd in a more verbose way
Hiltjo Posthuma
2022-02-04
improve some code comments
Hiltjo Posthuma
2022-01-22
add feature to go to the next bold row and previous bold row with J and K
Hiltjo Posthuma
[next]