Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
375b287
)
Avoid recursive call to ttywrite from ttyread
author
Roberto E. Vargas Caballero <
[email protected]
>
Sat, 21 Nov 2015 17:21:03 +0000
(18:21 +0100)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Sat, 21 Nov 2015 17:21:03 +0000
(18:21 +0100)
Ttyread() calls to ttywrite, so if we check for reading before
that for writing in ttywrite we can get a circular call sequence.
No differences found