Skip to content

Unexpected emoji when creating Terminal instance #1801

@Karlatemp

Description

@Karlatemp
Image

Reproduce

//     implementation("org.jline:jline-terminal-ffm:4.0.12")
//    implementation("org.jline:jline-terminal-jni:4.0.12")
//    implementation("org.jline:jline-reader:4.0.12")
    static void main() throws Throwable {
        try (var terminal = TerminalBuilder.builder()
                .dumb(false)
                .ffm(false)
                .exec(false)
                .jni(true)
                .build()
        ) {
            Thread.sleep(5000L);
        }
    }

Note: Version 3.30.9 does not have this problem.

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