K 10 svn:author V 2 hm K 8 svn:date V 27 1999-12-30T16:17:11.000000Z K 7 svn:log V 560 Implement scrollback for pcvt based on code submitted by Aaron Campbell . Use SHIFT-PgUp and SHIFT-PgDn to scroll back and forward. Aarons original code was enhanced to have a separate scrollbuffer for every virtual terminal and to preserve the screen contents when switching screen sizes. The scrollbuffer size is currently fixed at 8 pages but this will be made configurable through the use of scon(1) in the near future. For pcvt_kbd.h, a longstanding compiler warning was fixed by using excessive backetizing of the key2ascii[] table. END