Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
818a073
for
popwin.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:
Apr 18, 2004, 12:08:30 PM (
17 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:
ca9142e
Parents:
fe67f1f
Message:
Tweaked the columns parameter for popup sizing
File:
1 edited
popwin.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
popwin.c
rfe67f1f
r818a073
23
23
startline = (glines-pw->lines)/2;
24
24
25
pw->cols = owl_util_min(gcols,
100)*15/16 + owl_util_max(gcols-10
0,0)/2;
25
pw->cols = owl_util_min(gcols,
90)*15/16 + owl_util_max(gcols-9
0,0)/2;
26
26
startcol = (gcols-pw->cols)/2;
27
27
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive