Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
f2f9314
for
mainwin.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 17, 2003, 4:29:08 PM (
20 years
ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
owl
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
160ea47
Parents:
985f85b
Message:
Added some defenses against resize crashes, and put in debug messages if they're encountered
File:
1 edited
mainwin.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
mainwin.c
r5eeea3b
rf2f9314
22
22
curmsg=owl_global_get_curmsg(&g);
23
23
v=owl_global_get_current_view(&g);
24
25
if (v==NULL) {
26
owl_function_debugmsg("Hit a null window in owl_mainwin_redisplay.");
27
return;
28
}
24
29
25
30
werase(recwin);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive