[993] in BarnOwl Developers

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

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

daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:11:56 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sun,  2 Mar 2008 18:30:36 -0500 (EST)

Author: asedeno
Date: 2008-03-02 18:30:35 -0500 (Sun, 02 Mar 2008)
New Revision: 979

Modified:
   branches/barnowl_unicode/owl/editwin.c
Log:
Fix a unicode branch wordwrap problem.

Modified: branches/barnowl_unicode/owl/editwin.c
===================================================================
--- branches/barnowl_unicode/owl/editwin.c	2008-03-02 00:29:54 UTC (rev 978)
+++ branches/barnowl_unicode/owl/editwin.c	2008-03-02 23:30:35 UTC (rev 979)
@@ -376,6 +376,9 @@
       *ptr1 = '\n';
       return 0;
     }
+    else if (c == '\n') {
+      return 0;
+    }
     ptr1 = g_utf8_find_prev_char(start, ptr1);
   }
   return -1;


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