Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d.background: Add module for setting display background color #2282

Merged
merged 3 commits into from
Apr 19, 2022

Commits on Mar 26, 2022

  1. d.background: Add module for setting display background color

    d.background is just a wrapper around a simple d.erase call, but it has a name which is more relevant in the context of setting the background color. In other words, when setting a background color, the first call in the series of commands does not have to be d.erase anymore, but it can be d.background, i.e., you start with d.background, not d.erase.
    
    d.mon wx0 does not support d.erase bgcolor, so d.background does not work either. In the main GUI, d.background works (only) as a command layer (same as for d.erase).
    
    The color option is not defined using a standard option because the default is defined for the standard option and d.background cannot have a default color.
    
    Example with an image is included.
    wenzeslaus committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a5b3f6f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    dd10c0b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    3dbe0b9 View commit details
    Browse the repository at this point in the history