In prepare_display() set firstwb on tab as well as space
This commit is contained in:
@@ -480,7 +480,10 @@ char **BX_prepare_display(const char *orig_str,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (indent == 0)
|
if (indent == 0)
|
||||||
|
{
|
||||||
indent = -1;
|
indent = -1;
|
||||||
|
firstwb = pos;
|
||||||
|
}
|
||||||
word_break = pos;
|
word_break = pos;
|
||||||
|
|
||||||
/* Only go as far as the edge of the screen */
|
/* Only go as far as the edge of the screen */
|
||||||
|
|||||||
Reference in New Issue
Block a user