Skip to content

Commit

Permalink
a little more cleanup of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
1player committed Jul 9, 2022
1 parent 65cb337 commit 1129d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A reimplementation of `flatpak-spawn --host`.
Improvements over the original:

* Allocates a pty for the spawned process, fixing the following upstream issues: https://github.com/flatpak/flatpak/issues/3697, https://github.com/flatpak/flatpak/issues/3285 and https://github.com/flatpak/flatpak-xdg-utils/issues/57
* Handles SIGWINCH (window size changes)
* Handles SIGWINCH (terminal size changes)
* Passes through `$TERM` environment variable

## References

Expand Down
2 changes: 0 additions & 2 deletions pty.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package main

// Most of the logic from https://github.com/creack/pty/blob/master/pty_linux.go

import (
"io"
"os"
Expand Down

0 comments on commit 1129d0b

Please sign in to comment.