Changes between Initial Version and Version 1 of Ticket #3292, comment 15


Ignore:
Timestamp:
03/17/16 08:59:49 (8 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3292, comment 15

    initial v1  
    33I've noticed it was changed since 4.8.13 
    44Old version: 
     5{{{ 
    56--- ./lib/tty/win.c.orig<------>2013-09-02 19:13:32.000000000 +0200 
    67+++ ./lib/tty/win.c<--->2013-12-07 10:33:20.000000000 +0100 
     
    2324         fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m"); 
    2425         fflush (stdout); 
    25  
    26  
     26}}} 
    2727 
    2828 
    2929New version: 
    30  
     30{{{ 
    3131--- lib/tty/win.c.orig<>2014-09-02 09:23:58 UTC 
    3232+++ lib/tty/win.c 
     
    4040         fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m"); 
    4141         fflush (stdout); 
    42  
     42}}} 
    4343 
    4444