D2NY5ZG5TDM3CNO5OEOQ2XDYW33GLAVF6ZNCJKUNGYX7OUHCWQMQC
try std.os.tcsetattr(stdin.handle, linux.TCSA.FLUSH, termState);
try os.tcsetattr(stdin.handle, linux.TCSA.FLUSH, termState);
}
fn disableRawMode(stdin: std.fs.File) void {
os.tcsetattr(stdin.handle, linux.TCSA.FLUSH, origTermios) catch {};