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

GotoPage: inject current screen if missing #942

Merged
merged 1 commit into from
Jan 6, 2024
Merged

GotoPage: inject current screen if missing #942

merged 1 commit into from
Jan 6, 2024

Conversation

ThomasAdam
Copy link
Member

When invoking the GotoPage command such as:

GotoPage 0 0

... this would be invalid because the first argument is treated as a screen identifier, which then fails the rest of the command.

In such cases, inject the screen name of the current monitor if it's missing.

Fixes #941

When invoking the GotoPage command such as:

    GotoPage 0 0

... this would be invalid because the first argument is treated as a
screen identifier, which then fails the rest of the command.

In such cases, inject the screen name of the current monitor if it's
missing.

Fixes #941
@ThomasAdam ThomasAdam added the type:bug Something's broken! label Jan 3, 2024
@ThomasAdam ThomasAdam added this to the 1.1.0 milestone Jan 3, 2024
@ThomasAdam ThomasAdam self-assigned this Jan 3, 2024
@ThomasAdam ThomasAdam merged commit 106d7f9 into main Jan 6, 2024
5 checks passed
@ThomasAdam ThomasAdam deleted the ta/gh-941 branch January 6, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

'GotoPage <number> <number>' no longer works, including from FvwmPager
1 participant