diff options
author | nyamatongwe <unknown> | 2009-05-20 22:46:48 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-05-20 22:46:48 +0000 |
commit | 769c276ad596c9a391fb1c1f5d2613c66c4ed314 (patch) | |
tree | 147aa7a903d144677e2dd3b22cd3a6c1c2f062e8 /src | |
parent | 87623b66d8fabf77906e087ffbd52028e8b6b4c0 (diff) | |
download | scintilla-mirror-769c276ad596c9a391fb1c1f5d2613c66c4ed314.tar.gz |
Remove garbage accented character.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 89e1ce69d..a67821147 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -947,7 +947,7 @@ This way, we favour the displaying of useful information: the begining of lines, where most code reside, and the lines after the caret, eg. the body of a function. | | | | | -slop | strict | jumps | even | Caret can go to the margin | When reaching limitƯ(caret going out of +slop | strict | jumps | even | Caret can go to the margin | When reaching limit (caret going out of | | | | | visibility or going into the UZ) display is... -----+--------+-------+------+--------------------------------------------+-------------------------------------------------------------- 0 | 0 | 0 | 0 | Yes | moved to put caret on top/on right |