V8.00.000.2025.06.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
# SPDX-PackageName: CISS.debian.installer
|
||||
# SPDX-Security-Contact: security@coresecret.eu
|
||||
|
||||
guard_sourcing
|
||||
|
||||
### Definition of terminal variables.
|
||||
|
||||
# shellcheck disable=SC2155
|
||||
declare -gix ROWS=$(tput lines)
|
||||
# shellcheck disable=SC2155
|
||||
declare -gix COLS=$(tput cols)
|
||||
declare -gix ROWS_USE=$(($(tput lines) - 8))
|
||||
declare -gix COLS_USE=$(($(tput cols) - 8))
|
||||
|
||||
Reference in New Issue
Block a user