Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
8f9a044
for
window.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:
Jun 3, 2010, 1:33:53 PM (
14 years
ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master
,
release-1.10
,
release-1.7
,
release-1.8
,
release-1.9
Children:
853f397
Parents:
d7c1dbe
Message:
Move the standard callbacks into a separate file
File:
1 edited
window.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
window.c
rd7c1dbe
r8f9a044
426
426
wnoutrefresh(cursor->win);
427
427
}
428
}
429
430
void owl_window_erase_cb(owl_window *w, WINDOW *win, void *user_data)
431
{
432
werase(win);
433
owl_window_dirty_children(w);
434
428
}
435
429
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive