- Timestamp:
- Jul 16, 2002, 9:55:47 PM (23 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- f2e36b5
- Parents:
- e50cd56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
re50cd56 raa2f33b3 1 1 $Id$ 2 3 1.2.1-pre-3 4 Variables now have a summary and a long description. 5 Only the summary is shown with help. 6 The long description is shown with "show variable foo". 7 Fix the scrolling bug where we would sometimes fail to scroll 8 the screen down, leaving the current message off 9 the bottom of the screen. 10 Added a 'scrollmode' variable which determines how the screen 11 will scroll as the cursor moves. The default behaves 12 identically to previous versions of owl. 13 The following modes are supported: 14 normal - This is the owl default. Scrolling happens 15 when it needs to, and an attempt is made to 16 keep the current message roughly near 17 the middle of the screen. (default) 18 top - The current message will always be the 19 the top message displayed. 20 neartop - The current message will be one down 21 from the top message displayed, 22 where possible. 23 center - An attempt is made to keep the current 24 message near the center of the screen. 25 paged - The top message displayed only changes 26 when user moves the cursor to the top 27 or bottom of the screen. When it moves, 28 the screen will be paged up or down and 29 the cursor will be near the top or 30 the bottom. 31 pagedcenter - The top message displayed only changes 32 when user moves the cursor to the top 33 or bottom of the screen. When it moves, 34 the screen will be paged up or down and 35 the cursor will be near the center.\n", 2 36 3 37 1.2.1-pre-2
Note: See TracChangeset
for help on using the changeset viewer.