Complete move map code to page code in render module

This commit is contained in:
lash
2023-04-10 15:26:18 +01:00
parent 765bc2a269
commit 0831a4ea53
11 changed files with 61 additions and 36 deletions

View File

@@ -316,8 +316,8 @@ func(st *State) SetInput(input []byte) error {
return nil
}
// Reset to initial state (start navigation over).
func(st *State) Reset() {
func(st *State) Reset() error {
return nil
}
func(st State) String() string {