Broken project to implement a cross-protocol browser in textual
browset: Set cursor position on page load
| -rwxr-xr-x | browset.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ class Browset(App): if setbar: input = self.query_one("#url") input.value = url + input.action_end() if histore: self.history.append(self.url) self.url = url |