diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-30 18:59:34 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-30 18:59:34 +0200 |
commit | 091ac03f1f758bd681c5f522b88c04ea04d81359 (patch) | |
tree | e0a4c2c6b7063198e607c191c998438fdfe82e14 /commands | |
parent | 12b0fecd9b9bce3f4a23754a5c0121598ed2f38a (diff) | |
download | git-bug-091ac03f1f758bd681c5f522b88c04ea04d81359.tar.gz |
termui: PgUp & PgDown to pagine the bug list as well
Diffstat (limited to 'commands')
-rw-r--r-- | commands/termui.go | 1 |
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) } |