diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-14 07:19:32 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-02-14 07:19:32 +0100 |
commit | 1b07f32774dc0f9db8fe7906998061dc5bae2ad9 (patch) | |
tree | f04f530282e61f40fba8b314f6e0b2bfbfb70f4c /src/main.cpp | |
parent | b62f7361467f1d451180831da3c286503379f43a (diff) | |
download | sciteco-1b07f32774dc0f9db8fe7906998061dc5bae2ad9.tar.gz |
updated Scintilla submodule: fixed tab stop calculation on Curses
* also did some whitespace cleanup in SciTECO now that tabs are
displayed properly
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b544d8e..d7b9cc0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,7 +83,7 @@ static void sigint_handler(int signal); void String::get_coord(const gchar *str, gint pos, - gint &line, gint &column) + gint &line, gint &column) { line = column = 1; |