bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Regarding reset functionality


From: Thomas Dickey
Subject: Re: Regarding reset functionality
Date: Thu, 30 Nov 2023 03:46:42 -0500

On Thu, Nov 30, 2023 at 03:10:35AM +0000, Sambu, Soumya wrote:
> Hi,
> 
> This is regarding functionality of reset command .  Based on my
> understanding, "reset" is used to initialize the terminal.  But, after
> performing reset, any write to tty terminal is hung.

missing information:

a) version of ncurses
b) platform used
c) results from "stty -a </dev/ttyS0" before/after
 
> # echo "hi " >> /dev/ttyS0
> hi
> # reset
> # echo "hi " >> /dev/ttyS0
> ^C
> #

Possibly related:

20231104
        + modify reset command to avoid altering clocal if the terminal uses a
          modem (prompted by discussion with Werner Fink, Michal Suchanek,
          OpenSUSE #1201384, Debian #60377).

If that's it, then the issue belongs to whoever provided your reset command.

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]