Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
wezterm
do-not-send-eof-when-closing-application.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File do-not-send-eof-when-closing-application.patch of Package wezterm
diff --git a/pty/src/unix.rs b/pty/src/unix.rs index cbe0f76..92bf82b 100644 --- a/pty/src/unix.rs +++ b/pty/src/unix.rs @@ -396,9 +396,9 @@ impl Drop for UnixMasterWriter { // EOF is only interpreted after a newline, so if it is set, // we send a newline followed by EOF. let eot = t.c_cc[libc::VEOF]; - if eot != 0 { - let _ = self.fd.0.write_all(&[b'\n', eot]); - } + // if eot != 0 { + // let _ = self.fd.0.write_all(&[b'\n', eot]); + // } } } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor