[PD-cvs] pd/src g_rtext.c,1.1.1.2.2.6.2.2,1.1.1.2.2.6.2.3

Mathieu Bouchard matju at users.sourceforge.net
Tue Mar 16 22:55:58 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18478

Modified Files:
      Tag: impd_0_37
	g_rtext.c 
Log Message:
oops.


Index: g_rtext.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_rtext.c,v
retrieving revision 1.1.1.2.2.6.2.2
retrieving revision 1.1.1.2.2.6.2.3
diff -C2 -d -r1.1.1.2.2.6.2.2 -r1.1.1.2.2.6.2.3
*** g_rtext.c	16 Mar 2004 21:54:02 -0000	1.1.1.2.2.6.2.2
--- g_rtext.c	16 Mar 2004 21:55:55 -0000	1.1.1.2.2.6.2.3
***************
*** 392,397 ****
  	if (n == '\r') n = '\n';
  	if (n == '\t') {
! 		post("TAB: «%s»",x->x_buf);
! 		sys_vgui("propose_completions %x .x%x.c %d %d {%*s}\n", x, canvas,
  			text_xpix(x->x_text, x->x_glist) + x->x_drawnwidth,
  			text_ypix(x->x_text, x->x_glist) + x->x_drawnheight/2,
--- 392,396 ----
  	if (n == '\r') n = '\n';
  	if (n == '\t') {
! 		sys_vgui("propose_completions %x .x%x.c %d %d {%.*s}\n", x, canvas,
  			text_xpix(x->x_text, x->x_glist) + x->x_drawnwidth,
  			text_ypix(x->x_text, x->x_glist) + x->x_drawnheight/2,





More information about the Pd-cvs mailing list