Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not update WindowTitle at all in prompt func if setting is $null #597

Merged
merged 5 commits into from
Jul 12, 2018

Commits on Jul 11, 2018

  1. Do not update WindowTitle at all in prompt func if setting is $null

    We used to restore the previousWindowTitle but this had the effect of
    always updating the WindowTitle with a fixed string - whatever we
    captured in $PreviousWindowTitle.
    
    However, we still restore the original window title when the module is
    removed. But we only do this if the module is configured to supply the
    window title.
    
    Rename variable to make its intent clearer.
    
    Fixes #594
    rkeithhill committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    d828fe4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Extract WindowTitle functions

    dahlbyk committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e585ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02abfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98782f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c1c74a View commit details
    Browse the repository at this point in the history