Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

text-width should not be used unless window is large enough #602

Description

@gmarmstrong

Version: 2.9.

The text-width setting should be ignored if the window not wide enough to hold that many columns.

To reproduce, set text-width to 80, shrink the window to fewer than 80 columns, and view an article. Blocks of text will be improperly wrapped.

Expected (default) behavior:
good

Actual (text-width 80) behavior:
bad

The text-width option should not be used unless the window is large enough. If the window is too small, fall back to the default wrapping behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions