mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-11 00:03:10 +00:00
Fix comment (#3716)
This commit is contained in:
parent
d36e7f4057
commit
b88300ef7f
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ func (h *BufPane) ScrollUpAction() bool {
|
|||
return true
|
||||
}
|
||||
|
||||
// ScrollDownAction scrolls the view up
|
||||
// ScrollDownAction scrolls the view down
|
||||
func (h *BufPane) ScrollDownAction() bool {
|
||||
h.ScrollDown(util.IntOpt(h.Buf.Settings["scrollspeed"]))
|
||||
return true
|
||||
|
|
|
|||
Loading…
Reference in a new issue