Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
9f6d884
)
Fix ttywrite()
author
Roberto E. Vargas Caballero <
[email protected]
>
Fri, 6 Nov 2015 19:01:00 +0000
(20:01 +0100)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Fri, 6 Nov 2015 19:01:00 +0000
(20:01 +0100)
ttywrite was assuming that if it could not write then it could
read, but this is not necessarily true, there are some situations
where you cannot read or write. The correct behaviour is to detect
if you can read or/and write.
No differences found