mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 09:47:19 +09:00
Fix comment (#3716)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user