Skip to content

Recursively find window ids #4

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

Merged
merged 2 commits into from
Dec 30, 2022
Merged

Conversation

jstkdng
Copy link

@jstkdng jstkdng commented Dec 30, 2022

No description provided.

Copy link
Owner

@gokberkgunes gokberkgunes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is stdio header included but not used?

Works with tmux, dvtm and mtm and when they are in tabbed.

@gokberkgunes gokberkgunes merged commit 3f9bc30 into gokberkgunes:master Dec 30, 2022
@jstkdng
Copy link
Author

jstkdng commented Dec 30, 2022

Those headers were used for debugging but now are not required.

@jstkdng jstkdng deleted the tmux-fix branch December 30, 2022 18:36
@gokberkgunes
Copy link
Owner

What provides the calloc and reallocarray, @jstkdng? I searched a while both in the project and online could not find an answer; however, the program compiles just fine without stdlib.

@jstkdng
Copy link
Author

jstkdng commented Dec 30, 2022

calloc and reallocarray are defined in the <stdlib.h> header. Ideally it should stay there.

however, the program compiles just fine without stdlib.

This should answer that question. The compiler does some weird things and since the extensions is linked to libc it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants