Fix "delete" in console on OS X/Linux

develop
Lethosor 2015-03-25 23:31:23 -04:00
parent e8ff7ff97a
commit ee16c6d1ab
1 changed files with 1 additions and 0 deletions

@ -604,6 +604,7 @@ namespace DFHack
raw_buffer.erase(raw_cursor,1);
prompt_refresh();
}
break;
}
if (!read_char(seq3[0]) || !read_char(seq3[1]))
{