Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tofuutils/tenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.9
Choose a base ref
...
head repository: tofuutils/tenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.10
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 29, 2024

  1. Make detached process foreground (#277)

    Without this flag, child process group does not become foreground and it
    don't control the terminal, hence stdin is not received by the child.
    
    Fixes #255
    
    Signed-off-by: Ilya Lukyanov <ilya@luk.moe>
    ilyaluk authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    daa125e View commit details
    Browse the repository at this point in the history
  2. update README (improve TENV_DETACHED_PROXY description)

    Signed-off-by: Denis Vaumoron <dvaumoron@gmail.com>
    dvaumoron authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4b8c7dd View commit details
    Browse the repository at this point in the history
Loading