help.c (most-5.0.0a) | : | help.c (most-5.1.0) | ||
---|---|---|---|---|
/* | /* | |||
This file is part of MOST. | This file is part of MOST. | |||
Copyright (c) 1991, 1999, 2002, 2005, 2006, 2007 John E. Davis | Copyright (c) 1991, 1999, 2002, 2005-2018, 2019 John E. Davis | |||
This program is free software; you can redistribute it and/or modify it | This program is free software; you can redistribute it and/or modify it | |||
under the terms of the GNU General Public License as published by the Free | under the terms of the GNU General Public License as published by the Free | |||
Software Foundation; either version 2 of the License, or (at your option) | Software Foundation; either version 2 of the License, or (at your option) | |||
any later version. | any later version. | |||
This program is distributed in the hope that it will be useful, but WITHOUT | This program is distributed in the hope that it will be useful, but WITHOUT | |||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |||
more details. | more details. | |||
skipping to change at line 56 | skipping to change at line 56 | |||
/* This section provided by Mats Akerberg (mats@efd.lth.se) */ | /* This section provided by Mats Akerberg (mats@efd.lth.se) */ | |||
static char *help[] = | static char *help[] = | |||
{ | { | |||
"Quitting:", | "Quitting:", | |||
" Q Quit MOST.", | " Q Quit MOST.", | |||
" :N,:n Quit this file and view next. ", | " :N,:n Quit this file and view next. ", | |||
" (Use UP/DOWN arrow keys to select next file.)", | " (Use UP/DOWN arrow keys to select next file.)", | |||
"Movement:", | "Movement:", | |||
" SPACE, D *Scroll down one Screen.", | " SPACE, D *Scroll down one Screen.", | |||
" U, DELETE *Scroll Up one screen.", | " U, BACKSPACE *Scroll Up one screen.", | |||
" RETURN, DOWN *Move Down one line.", | " RETURN, DOWN *Move Down one line.", | |||
" UP *Move Up one line.", | " UP *Move Up one line.", | |||
" T Goto Top of File.", | " T Goto Top of File.", | |||
" B Goto Bottom of file.", | " B Goto Bottom of file.", | |||
" > , TAB Scroll Window right", | " > , TAB Scroll Window right", | |||
" < Scroll Window left", | " < Scroll Window left", | |||
" RIGHT Scroll Window left by 1 column", | " RIGHT Scroll Window left by 1 column", | |||
" LEFT Scroll Window right by 1 column", | " LEFT Scroll Window right by 1 column", | |||
" J, G Goto line.", | " J, G Goto line.", | |||
" % Goto percent.", | " % Goto percent.", | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |