diff --git a/src/tui/editor.zig b/src/tui/editor.zig index 7a6a6ed..0a93699 100644 --- a/src/tui/editor.zig +++ b/src/tui/editor.zig @@ -46,7 +46,7 @@ pub const whitespace = struct { pub const visible = "·"; pub const blank = " "; pub const indent = "│"; - pub const eol = "↩"; // alternatives: "$", "⏎", "󰌑", "↲", "⤶", "󱞱", "󱞲", "⤦", "¬", "␤", "❯", "❮" + pub const eol = "󰌑"; // alternatives: "$", "⏎", "󰌑", "↩", "↲", "⤶", "󱞱", "󱞲", "⤦", "¬", "␤", "❯", "❮" pub const tab_begin = "-"; pub const tab_end = ">"; };