[791] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r795 - branches/barnowl_unicode/owl

daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:09:46 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Wed,  2 Jan 2008 21:35:45 -0500 (EST)

Author: asedeno
Date: 2008-01-02 21:35:44 -0500 (Wed, 02 Jan 2008)
New Revision: 795

Modified:
   branches/barnowl_unicode/owl/fmtext.c
Log:
unicode/glib branch
* Fix search code so higlighting actually works.


Modified: branches/barnowl_unicode/owl/fmtext.c
===================================================================
--- branches/barnowl_unicode/owl/fmtext.c	2008-01-02 21:53:19 UTC (rev 794)
+++ branches/barnowl_unicode/owl/fmtext.c	2008-01-03 02:35:44 UTC (rev 795)
@@ -302,7 +302,7 @@
 	  waddstr(w, s);
 	  ss[0] = tmp2;
 
-	  _owl_fmtext_wattrset(w,attr ^ A_REVERSE);
+	  _owl_fmtext_wattrset(w, attr ^ OWL_FMTEXT_ATTR_REVERSE);
 
 	  tmp2 = ss[search_len];
 	  ss[search_len] = '\0';


home help back first fref pref prev next nref lref last post