We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16cd11 commit 8f81f28Copy full SHA for 8f81f28
mysqlmonitor.sh
@@ -9,8 +9,8 @@
9
TITLE="------------------------------- MySQL Monitor v2025.01.27.5 (Press 'q' to exit)"
10
11
# Define minimum terminal size requirements
12
-MIN_COLS=90 # Minimum number of columns
13
-MIN_ROWS=55 # Minimum number of rows
+MIN_COLS=88 # Minimum number of columns
+MIN_ROWS=50 # Minimum number of rows
14
15
# Check for required tools
16
for tool in mysqladmin awk; do
0 commit comments