aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/xgterm/zz.c
blob: 9983217d72dd5c54604ae389d1cf5da268bca8fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>

main (int argc, char **argv)
{
  char s[128];

  if (argc) {
    printf ("\033[?38h\035\033\033\014");	/* XTerm OW plus GS/ESC/FF */

/*    printf ("\033[?38h\035^_");		/* XTerm OW plus XGterm OW */

  } else
    printf ("\035^_");				/* XGterm OW		*/
}