// Copyright (C) 2024 Takayuki Sato. All Rights Reserved.
// This program is free software under MIT License.
// See the file LICENSE in this distribution for more details.
usesuper::Size;usestd::io;pubfnterm_cols()->Result<usize, io::Error>{Error::new(ErrorKind::Unsupported)}pubfnterm_size()->Result<usize, io::Error>{Error::new(ErrorKind::Unsupported)}