koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

searching beyond the loaded buffer in man pages #74

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

SearchFromLine and ScrollToLine are the important new methods in view_buffer.go

SearchFromLine loops through the lines in the buffer (loading new lines as needed) to find the next search result. It searches just one line at a time.

@wlan0 #72