Help for this page

Select Code to Download


  1. or download this
    osname = Openbsd
    sizeof(struct winsize) = 8
    ...
    TIOCGWINSZ = 0x00005413
    C       (rows,cols) = (38,126)
    Perl    (rows,cols) = (38,126)
    
  2. or download this
    #!/usr/bin/env perl
    #
    ...
        return mywinsize.ws_ypixel;
    }