diff options
author | nyamatongwe <devnull@localhost> | 2009-05-20 22:46:48 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-05-20 22:46:48 +0000 |
commit | b719d7b9e02af4332b30886a9798ea57bb1484d0 (patch) | |
tree | 147aa7a903d144677e2dd3b22cd3a6c1c2f062e8 /src | |
parent | 136469b05acaf1ea85028db2d241f24bc5a21ebf (diff) | |
download | scintilla-mirror-b719d7b9e02af4332b30886a9798ea57bb1484d0.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 |