mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
Fixed 'unescaping' text going the the gdb log window.
Went with a hybrid solution suggested by the user in task #238 and some things I ran across. Maybe not the best overall solution. But it should work for most cases.
This commit is contained in:
@@ -37,7 +37,7 @@ int main (int argc, char** argv) {
|
||||
Person me;
|
||||
Location where;
|
||||
|
||||
me.name = "Pasveer, Ernie";
|
||||
me.name = "Pasveer,\tErnie";
|
||||
me.age = 60;
|
||||
me.salary = 0.25;
|
||||
me.location.city = "Houston";
|
||||
|
||||
Reference in New Issue
Block a user