Changeset 4020


Ignore:
Timestamp:
11/23/09 13:36:54 (3 years ago)
Author:
jylam
Message:
  • Removed silly implementation of TBC, to be continued
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/term.c

    r4019 r4020  
    713713                break; 
    714714            case 'g':          /* TBC -- Tabulation Clear */ 
    715                     
    716                 if(argc==0 || argv[0] == 0)  
    717                 { 
    718                         x = (x - 7) & ~7; 
    719                     if(x<0) x = 0; 
    720                 } 
    721715                break; 
    722716            case 'r':          /* FIXME */ 
Note: See TracChangeset for help on using the changeset viewer.