Re: [PATCH 1/1] gdb/tui: Fix build for older ncurses
Tom Tromey <[email protected]> Thu, 30 Jul 2026 10:18:07 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Ciaran" == Ciaran Woodward <[email protected]> writes: Ciaran> I'm happy for this fix to be backported, and I'm happy to push the commit Ciaran> if you aren't able - from my perspective it seems extremely low risk. Ciaran> I'm not quite sure on the backport process - I assume it needs approval by Ciaran> a maintainer, at least. Ciaran> Can any maintainer fill us in? Yeah, approval is needed. It is fine to backport; if the cherry-pick is clean you can just proceed. I normally "git cherry-pick -x" to provide some link to the original commit. You can stick my approval tag in there if you want. Approved-By: Tom Tromey <[email protected]> I didn't look in this case but one checklist item is to see if there are any necessary follow-on commits. thanks, Tom