diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-12-06 00:42:34 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-12-06 00:42:34 -0800 |
commit | e698a3a65dc6df83ab20a5b03d0a021eed87af3a (patch) | |
tree | 236cad395519f2efffb859d7a40fca7e929ea0ae | |
parent | 72eb8397cbbadd3dd2302c0f5e9fc1e6ec9cafe2 (diff) | |
parent | a8198432cf57ab79c9eb45821b6db6951e796edf (diff) | |
download | text.love-e698a3a65dc6df83ab20a5b03d0a021eed87af3a.tar.gz |
Merge lines.love
-rw-r--r-- | reference.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/reference.md b/reference.md index 972ab1d..80309c3 100644 --- a/reference.md +++ b/reference.md @@ -203,9 +203,6 @@ early warning if you break something. `x=right`. Wraps long lines at word boundaries where possible, or in the middle of words (no hyphenation yet) when it must. -* `edit.quit()` -- calling this ensures any final edits are flushed to disk - before the app exits. - * `edit.draw(state)` -- call this from `App.draw` to display the current editor state on the app window as requested in the call to `edit.initialize_state` that created `state`. |