Commit cc116f65 authored by Andrew Janke's avatar Andrew Janke
Browse files

agnoster: stronger warning about changing SEGMENT_SEPARATOR character

parent e44aa503
...@@ -43,7 +43,8 @@ CURRENT_BG='NONE' ...@@ -43,7 +43,8 @@ CURRENT_BG='NONE'
# This is defined using a Unicode escape sequence so it is unambiguously readable, regardless of # This is defined using a Unicode escape sequence so it is unambiguously readable, regardless of
# what font the user is viewing this source code in. Do not replace the # what font the user is viewing this source code in. Do not replace the
# escape sequence with a single literal character. # escape sequence with a single literal character.
SEGMENT_SEPARATOR=$'\ue0b0' #  # Do not change this! Do not make it '\u2b80'; that is the old, wrong code point.
SEGMENT_SEPARATOR=$'\ue0b0'
} }
# Begin a segment # Begin a segment
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment