-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Add get_pane_direction method #3011
Conversation
The CI failures were fixed by 36519f0 ; please rebase! |
aca22fe
to
d9f666a
Compare
@wez looks like CI is broken? |
44f31c9 may encourage the freebsd CI to run. The rest of the workflows run in GH actions and need to manually approved by me for PRs from first-time-contributors |
d9f666a
to
5523256
Compare
freebsd fails again with
|
|
hmm, does not look like macos failures are related to the PR either |
@jbeich oh, should https://github.com/wez/wezterm/blob/main/get-deps#L205 be switched out for something else? That script is used by both humans and CI, FWIW |
@alfa07 this is looking good, thanks! One thing left to do is add docs for this new method: Create If you want to test the doc build, you need to install a couple of utilities:
Then you can run the build like this:
and then open |
@wez,
|
@wez Do you think I need to change anything? |
Looks good, thank you! |
It is useful for implementing custom navigation in lua. For example jumping between windows.
See also #3006 the PR it is split from and issue #3007 describing idea in more detail.