diff options
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r-- | perl-install/interactive_newt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index 845bb0767..9aa80b4c8 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -23,6 +23,8 @@ sub new() { bless {}, $_[0]; } +sub enter_console { Newt::Suspend } +sub leave_console { Newt::Suspend } sub suspend { Newt::Suspend } sub resume { Newt::Resume } sub end() { Newt::Finished } |