• Show log

    Commit

  • Hash : 2f382ab7
    Author : lhchavez
    Date : 2021-01-20T04:40:40

    mwindow: Fix a bug in the LRU window finding code
    
    This change now updates the `lru_window` variable to match the current
    file's MRU window. This makes it such that it doesn't always choose the
    file that happened to come last in the list of window files, and instead
    should now correctly choose the file with the least-recently-used one.