On 5/7/21 1:44 PM, Marc-André Lureau wrote:
- CharBackend *be; + CharBackend tmpbe, *be = &tmpbe;Why introduce tmpbe? to avoid some code churn? I would rather update the code to use be. or &be.
There's a branch with "be = reuse_chr->be" r~
On 5/7/21 1:44 PM, Marc-André Lureau wrote:
- CharBackend *be; + CharBackend tmpbe, *be = &tmpbe;Why introduce tmpbe? to avoid some code churn? I would rather update the code to use be. or &be.
There's a branch with "be = reuse_chr->be" r~