From 902e9710b1c766ff80ac16d673be554325ff3141 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 1 Feb 2022 20:36:41 +0100 Subject: sfeed_curses.1: fix stdin -> tty Because the tty (/dev/tty). is reopened when reading feed data from stdin. --- sfeed_curses.1 | 4 ++-- 1 file 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. -- cgit v1.2.3