logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XMLTV::GUI - Handles the choice of UI for XMLTV

Author

       Andy Balaam, axis3x3@users.sourceforge.net.  Distributed as part of the xmltv package.

Name

           XMLTV::GUI - Handles the choice of UI for XMLTV

See Also

       XMLTV

perl v5.40.1                                       2025-04-19                                           GUI(3pm)

Synopsis

           use XMLTV::GUI;
           my $gui_type = get_gui_type($opt_gui);

           where $opt_gui is the commandline option given for --gui and $gui_type is
           one of 'term+progressbar', 'term' and 'tk'.

       Determines the type of output the user has requested for XMLTV to communicate through.

See Also