!7 cmodule ELESystemWindows > ELESuggester { void process_impl(S s) { if "system windows" showSuggestions(s, map(dm_windows(), w -> "[" + w.windowIdentity + "] " + w.windowTitle)); } }