From 9da970f1f44f19432680e255f91f73fbb8fbe3c8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 16 Feb 2025 10:10:07 +0100 Subject: chore(crates/termsize): Vendor --- crates/termsize/src/other.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/termsize/src/other.rs (limited to 'crates/termsize/src/other.rs') diff --git a/crates/termsize/src/other.rs b/crates/termsize/src/other.rs new file mode 100644 index 0000000..8a02f22 --- /dev/null +++ b/crates/termsize/src/other.rs @@ -0,0 +1,14 @@ +// yt - A fully featured command line YouTube client +// +// Copyright (C) 2025 softprops +// SPDX-License-Identifier: MIT +// +// This file is part of Yt. +// +// You should have received a copy of the License along with this program. +// If not, see . + +/// Gets the current terminal size +pub fn get() -> Option { + None +} -- cgit 1.4.1