Re: [PATCH] Before calling execvp(), reset needs to flush stdout.

2017-02-17 Thread Denys Vlasenko
Applied, thanks On Thu, Feb 16, 2017 at 3:45 PM, Glenn Matthews (glmatthe) wrote: > Before calling execvp(), reset needs to flush stdout. > > Otherwise the reset sequence gets dropped on the floor. > --- > AUTHORS | 3 +++ > console-tools/reset.c | 2 ++ > 2

[PATCH] Before calling execvp(), reset needs to flush stdout.

2017-02-16 Thread Glenn Matthews (glmatthe)
Before calling execvp(), reset needs to flush stdout. Otherwise the reset sequence gets dropped on the floor. --- AUTHORS | 3 +++ console-tools/reset.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index fa58697..9410c5e 100644 --- a/AUTHORS +++