Commit History

Author SHA1 Message Date
  Hiltjo Posthuma 6c0d824397 minicurses.h: remove unneeded include 1 year ago
  Hiltjo Posthuma 41b46d0452 bump version to 1.5 2 years ago
  Hiltjo Posthuma 0391bae406 README: make sure sfeed_update errors don't write to stderr 2 years ago
  Hiltjo Posthuma e1676198f0 README: add progress indicator script 2 years ago
  Hiltjo Posthuma d871d884d3 manual pages: reword a few things a bit more clearly 2 years ago
  Hiltjo Posthuma 8b7c95d1a6 sfeed_curses: improve comment 2 years ago
  Hiltjo Posthuma c64dff716e sfeed_curses: interrupt waitpid while interactive child program is running 2 years ago
  Hiltjo Posthuma 78e5435937 sfeed_curses: close stdin for spawning a plumb program in non-interactive mode 2 years ago
  Hiltjo Posthuma f0ca847fca sfeed_curses.1: more details about signals and (non-)interactive programs 2 years ago
  Hiltjo Posthuma 796e311b74 manual pages: properly escape some more backslashes 2 years ago
  Anders Damsgaard 06cd065b6e manual pages: properly escape backslashes 2 years ago
  Hiltjo Posthuma c3f5dcec10 sfeed_curses.1: fix typo: automaticly -> automatically 2 years ago
  Hiltjo Posthuma 7225f6f927 bump version to 1.4 2 years ago
  Hiltjo Posthuma 031b279e81 sfeed_curses: code-style: mouse mode: just use a constant 2 years ago
  Hiltjo Posthuma f4c4b97bba sfeed_curses: line editor: handle SIGCHLD directly 2 years ago
  Hiltjo Posthuma 3eb3533fae sfeed_curses: line editor, temporarily disable the mouse when using the line editor 2 years ago
  Hiltjo Posthuma b2d6839a8c sfeed_curses: don't use bitmasks to keep the states for signals 2 years ago
  Hiltjo Posthuma 6279bf321e sfeed_curses: small code-style change 2 years ago
  Hiltjo Posthuma f4cfa079c7 README: reflect example with the description 2 years ago
  Hiltjo Posthuma b4344cc3b0 sfeed_curses: improve multiple signal handling 2 years ago
  Hiltjo Posthuma a6a8f29666 sfeed_curses: improve waiting on processes and reaping them 2 years ago
  Hiltjo Posthuma 3d4ad85bdd sfeed.c: rm ctype.h its not needed 2 years ago
  Hiltjo Posthuma 275cc6c2d0 sfeed.1: add an example to convert to UTF-8 using iconv 2 years ago
  Hiltjo Posthuma d5ee385b4b compatibility: reduce the assumption the builtin libc locale is ASCII-compatible 2 years ago
  Hiltjo Posthuma 880256b8bf compatibility: replace iscntrl with own ISCNTRL macro 2 years ago
  Hiltjo Posthuma a58fa45f25 sfeed_curses: fix-up from previous commit: properly initialize struct sigaction 2 years ago
  Hiltjo Posthuma 30a70fa2da sfeed_curses: ignore SIGCHLD only for non-interactive programs 2 years ago
  Hiltjo Posthuma df2250aa19 sfeed_update: change return to exit in main 2 years ago
  Hiltjo Posthuma 2a47f88faa update documentation of sfeed_update example and clarify return status 2 years ago
  Hiltjo Posthuma ab0c25faa0 sfeed_curses: remove unneeded ctype.h include 2 years ago