Re: increasing LINES and COLS [was Re: suggestion]
- From: Roland Illig <roland illig gmx de>
- To: Leonard den Ottolander <leonard den ottolander nl>
- Cc: MC Devel <mc-devel gnome org>
- Subject: Re: increasing LINES and COLS [was Re: suggestion]
- Date: Sun, 07 Nov 2004 13:46:28 +0100
Leonard den Ottolander wrote:
- if ((COLS < 10) || (LINES < 5) || (COLS > 255) || (LINES > 255)) {
+ if ((COLS < 10) || (LINES < 5) ||
+ (SLang_Version < 10407 && (COLS > 255 || LINES > 255)) ||
+ (SLang_Version >= 10407 && (COLS > 512 || LINES > 512))) {
+
Committed.
Roland
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]