diff options
| author | Andrés Cuervo <andrescuervor@gmail.com> | 2023-10-10 16:39:31 +0000 |
|---|---|---|
| committer | Andrés Cuervo <andrescuervor@gmail.com> | 2023-10-10 16:39:31 +0000 |
| commit | 9d2f006de387d6bb255701b5ec4172859c1e4823 (patch) | |
| tree | e0522d0c00ffb65c93b09202f6faa560d1c99e8f /virtual-programs/errors.folk | |
| parent | Add green cursor, make backspace at x=0 work (diff) | |
| parent | Merge pull request #98 from FolkComputer/nm/display-arc (diff) | |
| download | folk-9d2f006de387d6bb255701b5ec4172859c1e4823.tar.gz folk-9d2f006de387d6bb255701b5ec4172859c1e4823.zip | |
Merge branch 'main' into ac/editor
Diffstat (limited to 'virtual-programs/errors.folk')
| -rw-r--r-- | virtual-programs/errors.folk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual-programs/errors.folk b/virtual-programs/errors.folk index 555b45bb..28028710 100644 --- a/virtual-programs/errors.folk +++ b/virtual-programs/errors.folk @@ -7,5 +7,5 @@ When /p/ has error /err/ with info /info/ { } } - Wish $p has title $err -}
\ No newline at end of file + Wish $p is titled $err +} |
