Import terminal_size 0.2.5 upstream upstream/0.2.5
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Mar 2023 05:00:54 +0000 (14:00 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 27 Mar 2023 05:00:54 +0000 (14:00 +0900)
commit5376e013709b1a9acac6d3d0ea2dba23cccc1998
treeeeb6e970fced624cdb704bff997f3409afebc406
Import terminal_size 0.2.5
13 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/main.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
examples/get_size.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/unix.rs [new file with mode: 0644]
src/windows.rs [new file with mode: 0644]