
___x_cmd_screen___runmain(){
    ___x_cmd_screen___runcmd "$@"
}

___x_cmd_screen___runcmd(){
    if ___x_cmd_hascmd screen; then
        ___x_cmd_screen___runcmd(){     ___x_cmd_cmds       screen "$@" ; }
    else
        ___x_cmd_screen___runcmd(){     ___x_cmd pixi exec  screen "$@" ; }
    fi || return
    ___x_cmd_screen___runcmd "$@"
}
