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

Support tmux 3.0 and more #141

Closed
greymd opened this issue Apr 19, 2020 · 2 comments
Closed

Support tmux 3.0 and more #141

greymd opened this issue Apr 19, 2020 · 2 comments

Comments

@greymd
Copy link
Owner

greymd commented Apr 19, 2020

https://github.com/tmux/tmux/releases/tag/3.0a

@greymd greymd changed the title Support tmux 3.0 and 3.0a Support tmux 3.0 and more May 4, 2020
@greymd
Copy link
Owner Author

greymd commented May 4, 2020

In tmux 3.0, REG_STARTEND seems not portable.
Let me skip this version because it cannot be built on the CI env.

regsub.c: In function 'regsub':
regsub.c:83:39: error: 'REG_STARTEND' undeclared (first use in this function); did you mean 'TTY_STARTED'?
   83 |   if (regexec(&r, text, nitems(m), m, REG_STARTEND) != 0) {
      |                                       ^~~~~~~~~~~~
      |                                       TTY_STARTED
regsub.c:83:39: note: each undeclared identifier is reported only once for each function it appears in

@greymd
Copy link
Owner Author

greymd commented May 9, 2020

Released v4.1.2

@greymd greymd closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant