[lwatch-cvs] files/src strpcre.c,1.21,1.22
Brought to you by:
arturcz
|
From: <os...@us...> - 2004-01-12 21:21:32
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv26157 Modified Files: strpcre.c Log Message: Term-cutting on actual edge of terminal. :) Index: strpcre.c =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.c,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** strpcre.c 12 Jan 2004 21:19:41 -0000 1.21 --- strpcre.c 12 Jan 2004 21:21:29 -0000 1.22 *************** *** 261,265 **** MESG_COLOR,mesg_s); #ifdef RESIZE ! if (lw_conf.term_cut) cutstr=cut_line(cutstr,cstr,len-hl_num*6-5*3); cprintf(cutstr); free((void*)cutstr); --- 261,265 ---- MESG_COLOR,mesg_s); #ifdef RESIZE ! if (lw_conf.term_cut) cutstr=cut_line(cutstr,cstr,len-hl_num*6-17); cprintf(cutstr); free((void*)cutstr); |