FLG_RDONLY
{ "type", &dpytype, FMT_DPYTYPE, FLG_RDONLY },
{ "width", &width, FMT_UINT, FLG_RDONLY },
{ "height", &height, FMT_UINT, FLG_RDONLY },
{ "depth", &depth, FMT_UINT, FLG_RDONLY },
{ "fontwidth", &fontwidth, FMT_UINT, FLG_RDONLY },
{ "fontheight", &fontheight, FMT_UINT, FLG_RDONLY },
{ "emulations", &emuls, FMT_EMUL, FLG_RDONLY },
{ "screentypes", &screens, FMT_SCREEN, FLG_RDONLY },
{ "type", &kbtype, FMT_KBDTYPE, FLG_RDONLY },
{ "type", &mstype, FMT_MSTYPE, FLG_RDONLY },
if (f->flags & FLG_RDONLY) {