resolve conflicts
Dependencies
- [2]
UPQJIFDPhide file numbers in output editor - [3]
4VUVVW6Jupdate Readme and settle on a project name - [4]
PCM4JWZAmention a key fork - [5]
OBB3UZ3Tresolve conflicts - [6]
D4FEFHQCflesh out Readme - [7]
Y3ZR4TOKMerge lines.love - [8]
H5UZI3YNeditor documentation - [9]
4LW3LB4JMerge text0 - [10]
DBGSSFMGadd to list of forks - [11]
B4H3KLKRMerge text0 - [12]
XD3W2CKGdelete redundant method description - [13]
MD3W5IRAnew fork: rip out drawing support - [14]
JNAQUQKBMerge lines.love - [15]
OJ2CLK4QMerge text0 - [16]
2DVVKKVAflesh out Readme - [17]
2TFAEKOCimprove documentation for edit.draw - [18]
3HHPHDOOcouple of typos - [*]
N2NUGNN4include a brief reference enabling many useful apps - [*]
FS2ITYYHrecord a known issue
Change contents
- resurrect zombie in reference.md at line 231
* `edit.quit()` -- calling this ensures any final edits are flushed to diskbefore the app exits. - edit in reference.md at line 234
* `edit.draw(state, fg, hide_cursor)` -- call this from `on.draw` to displaythe current editor state on the app window as requested in the call to`edit.initialize_state` that created `state`. `fg` is the color forforeground text (`Text_color` is a good default). Set `hide_cursor` to stopshowing a blinking cursor (usually because you want a `readonly` editor; seebelow). - resurrect zombie in reference.md at line 234
* `edit.draw(state, fg, hide_cursor, show_line_numbers)` -- call this from`on.draw` to display the current editor state on the app window as requestedin the call to `edit.initialize_state` that created `state`. `fg` is thecolor for foreground text (`Text_color` is a good default). Set`hide_cursor` to stop showing a blinking cursor (usually because you want a`readonly` editor; see below), and `show_line_numbers` to render linenumbers to the left of the editor. - resolve order conflict in reference.md at line 234
- edit in README.md at line 88
* https://git.sr.ht/~akkartik/carousel.love - a lightweight environment forwriting small, throwaway programs on computer or phone.