mirror of https://github.com/gdamore/tcell.git
Minor comment fixups.
This commit is contained in:
parent
ce3f911d83
commit
85d85c15ba
|
@ -61,7 +61,7 @@ func (tty *stdIoTty) Start() error {
|
|||
defer tty.l.Unlock()
|
||||
|
||||
// We open another copy of /dev/tty. This is a workaround for unusual behavior
|
||||
// observed in macOS, apparently caused when a subshell (for example) closes our
|
||||
// observed in macOS, apparently caused when a sub-shell (for example) closes our
|
||||
// own tty device (when it exits for example). Getting a fresh new one seems to
|
||||
// resolve the problem. (We believe this is a bug in the macOS tty driver that
|
||||
// fails to account for dup() references to the same file before applying close()
|
||||
|
|
Loading…
Reference in New Issue