add goto_zero() function for BasicUI
This commit is contained in:
@@ -99,6 +99,12 @@ BasicUI::goto_start ()
|
||||
session->goto_start ();
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::goto_zero ()
|
||||
{
|
||||
session->request_locate (0);
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::goto_end ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user