In prepare_display() set firstwb on tab as well as space

This commit is contained in:
Kevin Easton
2018-05-17 23:20:15 +10:00
parent f859f9e2f8
commit 255c25158c

View File

@@ -480,7 +480,10 @@ char **BX_prepare_display(const char *orig_str,
else
{
if (indent == 0)
{
indent = -1;
firstwb = pos;
}
word_break = pos;
/* Only go as far as the edge of the screen */