/*******************************************************************/ // "Меркурий"-"Правда" - open source переводчик // распространяется в соответсвии с лицензией GNU v 2.0 // // Часть моего текстового редактора // Анисимов Д.В. сегодня /*******************************************************************/ # include # include # include "mylib.h" # include "edit.h" # include "video.h" # define max(a,b) (((a) > (b)) ? (a) : (b)) # define min(a,b) (((a) < (b)) ? (a) : (b)) # define size_Tab 8 # define max_Length 1000000L static char *Empty="" ; /***************************************************************************/ /* */ /***************************************************************************/ t_Text :: t_Text( void ) { Length = 0 ; Text = (char *)Calloc( max_Length,1 ); i_str=0 ; i_pos=0 ; str_Txt = 1 ; is_const=NULL ; fformat =0 ; } /***************************************************************************/ t_Text :: ~t_Text( void ) { Free( Text ); } /***************************************************************************/ void t_Text :: init( char *_Text ) { long i,j ; for( i=0 ; i=max_Length !!!" ); exit(-1) ; } for( i=Length ; j