Increase NUM_FKEYS to 65

This commit is contained in:
Andrey A. Chernov 1995-01-26 10:13:38 +00:00
parent f42e354117
commit 2c24a153e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5934
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: console.h,v 1.14 1995/01/12 11:42:58 sos Exp $
* $Id: console.h,v 1.15 1995/01/20 08:35:18 sos Exp $
*/
#ifndef _CONSOLE_H_
@ -160,7 +160,7 @@ struct keymap {
};
#define MAXFK 16
#define NUM_FKEYS 60
#define NUM_FKEYS 65
struct fkeytab {
u_char str[MAXFK];

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: console.h,v 1.14 1995/01/12 11:42:58 sos Exp $
* $Id: console.h,v 1.15 1995/01/20 08:35:18 sos Exp $
*/
#ifndef _CONSOLE_H_
@ -160,7 +160,7 @@ struct keymap {
};
#define MAXFK 16
#define NUM_FKEYS 60
#define NUM_FKEYS 65
struct fkeytab {
u_char str[MAXFK];