Deleted Added
sdiff udiff text old ( 221715 ) new ( 237613 )
full compact
1/*
2 * Copyright (C) 1984-2012 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information, see the README file.
8 */
9
10
11/*
12 * Definitions of keys on the PC.
13 * Special (non-ASCII) keys on the PC send a two-byte sequence,
14 * where the first byte is 0 and the second is as defined below.
15 */

--- 18 unchanged lines hidden ---