diff options
author | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
---|---|---|
committer | Federico Igne <undyamon@disroot.org> | 2024-01-23 18:26:50 +0100 |
commit | 6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch) | |
tree | 72af4c12f321547b4127b7a8a84e3282477f3547 /lib/editor.ml | |
parent | 5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff) | |
download | sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip |
refarctor: rename project to 'sandy'
Diffstat (limited to 'lib/editor.ml')
-rw-r--r-- | lib/editor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/editor.ml b/lib/editor.ml index 230f13a..f8091b8 100644 --- a/lib/editor.ml +++ b/lib/editor.ml | |||
@@ -156,7 +156,7 @@ module Action = struct | |||
156 | let welcome (r, c) = | 156 | let welcome (r, c) = |
157 | let open Text in | 157 | let open Text in |
158 | let hfill = ' ' and vfill = Sequence.empty in | 158 | let hfill = ' ' and vfill = Sequence.empty in |
159 | "Welcome to the sand editor!" |> String.to_list |> Sequence.of_list | 159 | "Welcome to the sandy editor!" |> String.to_list |> Sequence.of_list |
160 | |> center ~fill:hfill c |> Sequence.singleton |> center ~fill:vfill r | 160 | |> center ~fill:hfill c |> Sequence.singleton |> center ~fill:vfill r |
161 | in | 161 | in |
162 | let aux e = | 162 | let aux e = |