HomeSort by: relevance | last modified time | path
    Searched refs:zIconBeep (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
data.h 201 int zIconBeep; /* beep level when output while iconified */
util.c 968 if (resource.zIconBeep > 100 || resource.zIconBeep < -100) {
969 resource.zIconBeep = 0; /* was 100, but I prefer to defaulting off. */
970 xtermWarning("a number between -100 and 100 is required for zIconBeep. 0 used by default\n");
995 if (resource.zIconBeep && mapstate == IsUnmapped && !screen->zIconBeep_flagged) {
1017 if (resource.zIconBeep && TScreenOf(xw)->zIconBeep_flagged) {
1046 * Restore the icon name, resetting the state for zIconBeep.
trace.c 1281 XRES_I(zIconBeep);
main.c 924 Ires(XtNzIconBeep, XtCZIconBeep, zIconBeep, 0),
1178 OPTS("-ziconbeep", MY_ARG(XtNzIconBeep), NULL),
1389 { "-ziconbeep percent", "beep and flag icon of window having hidden output" },

Completed in 25 milliseconds