diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-01 20:36:41 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-02-01 20:36:41 +0100 |
commit | 902e9710b1c766ff80ac16d673be554325ff3141 (patch) | |
tree | 8af84d95b1879408596ff9e605cd3fdc59e168c3 | |
parent | 21bd0ae3aabcfb7ed47ce19e9825f8cf110afafe (diff) |
sfeed_curses.1: fix stdin -> tty
Because the tty (/dev/tty). is reopened when reading feed data from stdin.
-rw-r--r-- | sfeed_curses.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1 index 9ce0bab..07e7c10 100644 --- a/sfeed_curses.1 +++ b/sfeed_curses.1 @@ -1,4 +1,4 @@ -.Dd January 22, 2022 +.Dd January 31, 2022 .Dt SFEED_CURSES 1 .Os .Sh NAME @@ -192,7 +192,7 @@ Resize the pane dimensions relative to the terminal size. .Bl -tag -width Ds .It Ev SFEED_AUTOCMD Read and process a sequence of keys as input commands from this environment -variable first, afterwards read from stdin as usual. +variable first, afterwards it reads from the tty as usual. This can be useful to automate certain actions at the start. .It Ev SFEED_PIPER A program where the whole TAB-Separated Value line is piped to. |