Added page up/down features

This commit is contained in:
yashpatel5400
2017-03-23 22:31:08 -04:00
parent 5db90f31dc
commit 6560768e08
3 changed files with 59 additions and 0 deletions

View File

@@ -79,6 +79,10 @@ func Display() bool {
HandleKeys("up", cursor.Up)
HandleKeys("down", cursor.Down)
HandleKeys("pgup", cursor.PgUp)
HandleKeys("pgdown", cursor.PgDown)
HandleKeys("exit", ui.StopLoop)
HandleKeys("help", func() {
menu = HelpMenu