Skip to content

Add support for arbitrary escape sequences #124

@adsr

Description

@adsr

People regularly request support for various escape sequences (e.g., #120, #119, #56). Optimistically, adding support for more sequences makes the library useful to more people. Pessimistically, it bloats the library and makes it less portable (especially for sequences not in terminfo). In practice we take a balanced approach. A third option beyond saying "yes" or "no" to these requests is to add support for extract sequences via a callback. This was the intent of TB_FUNC_EXTRACT_* but I messed up the implementation. (It's now deprecated and will be removed in termbox2 v3.) We should take another shot at that though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions