Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5435ab2
for
editwin.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 7, 2008, 2:01:23 PM (
17 years
ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
release-1.10
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
680ed23
Parents:
ff69c56
Message:
Fix a bug in owl_editwin_move_to_previousword() which would skip over single letter words.
File:
1 edited
editwin.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
editwin.c
rff69c56
r5435ab2
893
893
894
894
/* find the last non-space */
895
owl_editwin_key_left(e);
896
895
ptr1 = e->buff + _owl_editwin_get_index_from_xy(e);
897
896
while (ptr1 >= e->buff + e->lock) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive