pub fn parse_display(dpy_name: Option<&str>) -> Option<ParsedDisplay>
Expand description

Parse an X11 display string.

If dpy_name is None, the display is parsed from the environment variable DISPLAY.