1
0
mirror of synced 2026-04-30 05:35:57 +00:00

run-medley -prog option for selecting ldeinit; update screen dimensions

This commit is contained in:
Larry Masinter
2021-02-18 10:15:01 -08:00
parent c46e57fabc
commit 7b1c12989f
8 changed files with 29 additions and 85 deletions

View File

@@ -75,6 +75,10 @@ while [ "$#" -ne 0 ]; do
export DISPLAY="$2"
shift
;;
"-prog" )
prog="$2"
shift
;;
"-vmem" | "--vmem" | "-vmfile" )
export LDEDESTSYSOUT="$2"
shift