5 if cmd
=$
(which urxvt256c
2>/dev
/null
) || cmd
=$
(which urxvt
2>/dev
/null
); then
9 opts
='+ah -aw -b 0 -bw 0 +vb +nul -pc +pob -s -si -sk +t'
14 urxvt
:-mesg|urxvt256c
:-mesg) shift ;;
15 *:-mesg) opts
="$opts $1"; shift ;;
16 *:-T) opts
="$opts -title $2"; shift 2;;
17 *:-N) opts
="$opts -name $2"; shift 2;;
19 *) opts
="$opts -e"; break ;;
23 # shellcheck disable=SC2086
24 exec "$cmd" $opts "$@"