Class TermiosData

java.lang.Object
org.jline.terminal.impl.TermiosData

public class TermiosData extends Object
Platform-independent holder for POSIX termios fields.

Mirrors the native struct termios layout: four flag words and a control-character array. Used as an intermediate representation between JLine Attributes and the actual native structure provided by JNI or FFM.