[942] in BarnOwl Developers
[D-O-H] r930 - branches/barnowl_unicode/owl
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:11:23 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: Mon, 4 Feb 2008 20:33:05 -0500 (EST)
Author: asedeno
Date: 2008-02-04 20:33:04 -0500 (Mon, 04 Feb 2008)
New Revision: 930
Modified:
branches/barnowl_unicode/owl/editwin.c
Log:
unicode/glib branch
* Fix nelhage's key_left bug. Don't spin at the locktext boundary.
Modified: branches/barnowl_unicode/owl/editwin.c
===================================================================
--- branches/barnowl_unicode/owl/editwin.c 2008-02-05 01:17:18 UTC (rev 929)
+++ branches/barnowl_unicode/owl/editwin.c 2008-02-05 01:33:04 UTC (rev 930)
@@ -889,6 +889,7 @@
/* find the first non-space */
owl_editwin_key_left(e);
i = _owl_editwin_get_index_from_xy(e);
+ if (i == e->lock) break;
}
/* find the last non-space */