/* view mode Sets up a buffer for browsing, but will not allow contents of buffer to be changed. View-Mode only allows the use of basic buffer movement and region copy commands. The "named-command" escape is provided and may be used to bind further commands to keys, so if you feel I've slighted you by not including your favorite movement command just bind it to a key, keys bound in this way may be preserved by doing a "save-state". View-mode was written after I'd accidentially munged a file I only intended to look at for about the 99th time in one evening. I vowed this would never happen again. History: 15-Nov-91 MGiguere Created. */ #include "eel.h" keytable view_tab; char view_mode_name[] = "View"; when_loading() { short i; for(i=0; i