mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Expose term_translate outside terminal.c.
Also, instead of insisting on modifying the UTF-8 decoding state inside the Terminal structure, it now takes a separate pointer to a small struct containing that decode state. The idea is that if a separate module wants to decode characters the same way the real terminal would, it can pass its own mutable state structure, but the same main Terminal pointer.
This commit is contained in:
Reference in New Issue
Block a user