projects
/
cycript.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e97e3d
)
Changed the syntax error arrow to start at the beginning of the line to setup for...
author
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 21 Oct 2009 06:45:58 +0000
(06:45 +0000)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Wed, 21 Oct 2009 06:45:58 +0000
(06:45 +0000)
Console.cpp
patch
|
blob
|
blame
|
history
diff --git
a/Console.cpp
b/Console.cpp
index 98e3cc6e9d4a4c2deac941e518f9fc791aca5ef8..2b616562651d0e177445a4c59251ffcaf2b42f29 100644
(file)
--- a/
Console.cpp
+++ b/
Console.cpp
@@
-261,7
+261,7
@@
static void Console(int socket) {
std::cerr << lines[begin.line - 1] << std::endl;
}
- std::cerr << "
|
";
+ std::cerr << "
....
";
for (size_t i(0); i != begin.column - 1; ++i)
std::cerr << '.';
if (begin.line != end.line || begin.column == end.column)