| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 | 
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit | 
| Moderator: | STAR::VATNE | 
| Created: | Mon Oct 30 1989 | 
| Last Modified: | Mon Dec 31 1990 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 3726 | 
| Total number of notes: | 19516 | 
    Using DECterm I have a jump scroll which sends info to the screen
    faster than I rcan read it. Ok, fine so I hit Control S and Control Q
    which semaphore lock and unlock the output. The problem is that by the
    time the system responds to a HOLD-SCREEN (Cntl-S) or a release screen
    (HOLD-SCREEN Control-Q) the text has jumped past. For example,
    
    MCR NCP SHOW KNOWN OBJECTS 
    
    zips right on past. One solution might be to 
    
    DEFINE SYS$OUTPUT JUNK.TXT
    
    execute somethng which produces output
    
    DEASSIGN SYS$OUTPUT
    
     and then do a 
    
    TYPE/PAGE JUNK.TXT 
    
    where the "/PAGE" switch asks for a keystroke before scrolling un-read
    text out of the user's reach. 
    
    
    Does anyone have any solutions to DECwindows jump scrolling problems?
    
    How do you handle it?
    
    I've spoken with two different senior DECwindows users and they would
    like to know also. P.S. I've Just installed VMS V5.4 which includes an
    updated DECwindows.
    
    		-- Chris
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 3707.1 | Pull it back after it stops. | FEATHR::BLUEJAY | Protect the Dolphins: Drive Carefully | Wed Nov 21 1990 12:42 | 6 | 
| Let it scroll off and then pull it back using the scrollbar.
You may need to customize the number of lines saved ('Display'
on the 'Customize' pulldown).
					- Bluejay Adametz
 | |||||
| 3707.2 | Try the following resource | IOSG::MARCHANT | The Midnight Noter | Wed Nov 21 1990 18:26 | 5 | 
|     in your DECW$TERMINAL_DEFAULT.DAT file:
DECW$TERMINAL.main.terminal.batchScrollCount:	1
    Paul.
 | |||||