scrsize.c (a9b091fcb81006f831f904cbf9820609481c23d9) | scrsize.c (96e55cc72dd4e73f9c43872899beb615aeeed4b6) |
---|---|
1/* | 1/* |
2 * Copyright (C) 1984-2011 Mark Nudelman | 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 * | 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 about less, or for information on how to 8 * contact the author, see the README file. | 7 * For more information, see the README file. |
9 */ 10 11/* 12 * This program is used to determine the screen dimensions on OS/2 systems. 13 * Adapted from code written by Kyosuke Tokoro (NBG01720@nifty.ne.jp). 14 */ 15 16/* --- 88 unchanged lines hidden --- | 8 */ 9 10/* 11 * This program is used to determine the screen dimensions on OS/2 systems. 12 * Adapted from code written by Kyosuke Tokoro (NBG01720@nifty.ne.jp). 13 */ 14 15/* --- 88 unchanged lines hidden --- |