Skip to content

Commit

Permalink
Fix "delete" in console on OS X/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Mar 26, 2015
1 parent e8ff7ff commit ee16c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Console-posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ namespace DFHack
raw_buffer.erase(raw_cursor,1);
prompt_refresh();
}
break;
}
if (!read_char(seq3[0]) || !read_char(seq3[1]))
{
Expand Down

0 comments on commit ee16c6d

Please sign in to comment.