aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-30 18:59:34 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-30 18:59:34 +0200
commit091ac03f1f758bd681c5f522b88c04ea04d81359 (patch)
treee0a4c2c6b7063198e607c191c998438fdfe82e14 /commands
parent12b0fecd9b9bce3f4a23754a5c0121598ed2f38a (diff)
downloadgit-bug-091ac03f1f758bd681c5f522b88c04ea04d81359.tar.gz
termui: PgUp & PgDown to pagine the bug list as well
Diffstat (limited to 'commands')
-rw-r--r--commands/termui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/termui.go b/commands/termui.go
index 6f3ba5ef..460770a6 100644
--- a/commands/termui.go
+++ b/commands/termui.go
@@ -6,7 +6,6 @@ import (
)
func runTermUI(cmd *cobra.Command, args []string) error {
- //time.Sleep(10 * time.Second)
return termui.Run(repo)
}