From 78d41c7f74438000a9db2a0bd3e13d3d8f0276fe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 26 Apr 2025 05:54:17 +0300 Subject: [PATCH] stty: add size display example (#16259) Update stty.md --- pages/common/stty.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/stty.md b/pages/common/stty.md index fc415405e7..3ecdcf3122 100644 --- a/pages/common/stty.md +++ b/pages/common/stty.md @@ -3,6 +3,10 @@ > Set options for a terminal device interface. > More information: . +- Display current terminal size: + +`stty size` + - Display all settings for the current terminal: `stty {{[-a|--all]}}`