development/ex-vi: Align with template.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-02-14 01:38:20 -05:00 committed by Willy Sudiarto Raharjo
parent 9c05ca321b
commit af10da713d
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -24,14 +24,6 @@
# mode. Exceeding TUBELINES just means vi ignores the extra lines at the
# bottom of the terminal.
# Default to 320x200, which would be enough for a 8x16 console font on a
# WQXGA 2560x1600 display, or a 2/3-width full-height X terminal on 4K
# UHDTV (3840x2160). If I don't make this configurable, someone will
# need it to be. So:
TUBECOLS=${TUBECOLS:-320}
TUBELINES=${TUBELINES:-200}
# We now return you to your regularly scheduled programming:
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ex-vi
@ -73,6 +65,15 @@ fi
set -e
# Default to 320x200, which would be enough for a 8x16 console font on a
# WQXGA 2560x1600 display, or a 2/3-width full-height X terminal on 4K
# UHDTV (3840x2160). If I don't make this configurable, someone will
# need it to be. So:
TUBECOLS=${TUBECOLS:-320}
TUBELINES=${TUBELINES:-200}
# We now return you to your regularly scheduled programming:
TARNAME=ex
rm -rf $PKG