Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/miscutils/ttysize.c

    r2725 r3232  
    1010 * Licensed under GPLv2, see file LICENSE in this source tree.
    1111 */
     12
     13//usage:#define ttysize_trivial_usage
     14//usage:       "[w] [h]"
     15//usage:#define ttysize_full_usage "\n\n"
     16//usage:       "Print dimension(s) of stdin's terminal, on error return 80x25"
     17
    1218#include "libbb.h"
    1319
Note: See TracChangeset for help on using the changeset viewer.