Skip to content

less borders #57

@vendelin8

Description

@vendelin8

Hi,

First of all, thanks for this awesome project. I wanted to write something similar 6 months ago, but I didn't have the time. But I'd be glad to contribute to your project if you don't mind.

So, my first suggestion is: the possibility to use less borders for primitives. Let's say, the top border is a must, since it has the title on it, but bottom border doesn't look as important to me. Neither one of the side borders; two borders can identify a Primitive, and it uses less space on the screen. So there could be an optional setting for the global space like:

type MissingBorders int

const (
	AllBorders MissingBorders = iota //default
	NoBottomBorder
	NoBottomLeftBorder
	NoBottomRightBorder
)

What do you think? I'd write it if you accept the idea.

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