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/console-tools/resize.c

    r2725 r3232  
    88 */
    99/* no options, no getopt */
     10
     11//usage:#define resize_trivial_usage
     12//usage:       ""
     13//usage:#define resize_full_usage "\n\n"
     14//usage:       "Resize the screen"
     15
    1016#include "libbb.h"
    1117
     
    5460    fprintf(stderr, ESC"7" ESC"[r" ESC"[999;999H" ESC"[6n");
    5561    alarm(3); /* Just in case terminal won't answer */
     62//BUG: death by signal won't restore termios
    5663    scanf(ESC"[%hu;%huR", &w.ws_row, &w.ws_col);
    5764    fprintf(stderr, ESC"8");
Note: See TracChangeset for help on using the changeset viewer.