home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cons-010.zip / Console / doc / Console.inf (.txt) < prev    next >
OS/2 Help File  |  1997-10-02  |  50KB  |  862 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Console window customization utility ΓòÉΓòÉΓòÉ
  3.  
  4.  
  5.  
  6.                                   Please choose
  7.  
  8.  
  9.  
  10.  
  11.                                      English
  12.  
  13.  
  14.  
  15.  
  16.                                        or
  17.  
  18.  
  19.  
  20.  
  21.                                 Russian (KOI-8R)
  22.  
  23.  
  24. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  25.  
  26. English| Russian| What's new| License| Author info 
  27.  
  28.  
  29. ΓòÉΓòÉΓòÉ 1.1. Console window customization utility ΓòÉΓòÉΓòÉ
  30.  
  31.  
  32.  
  33. Purpose 
  34.  
  35. This utility addresses a problem IBM is ignoring since first release of OS/2. 
  36. The problem is, you can define the default size and position for *ALL* console 
  37. windows (including DOS windowed VDMs) but you can`t do it apart. This program 
  38. allows you do it, although, alas, it is not integrated into WPS. 
  39.  
  40. The program was rather one of my first experiences in C, so please take it into 
  41. account. It is not too sophisticated, but at least does what it was built for. 
  42.  
  43. Command-line 
  44.  
  45. The command-line format looks as follows: 
  46.  
  47. Console {options} {program} {...program options...}
  48.  
  49. If you`re typing some options too often, you can put them into a environment 
  50. variable. That variable is treated exactly as command-line, except that it is 
  51. processed before command-line. So, say, if you don`t like ANSI colored output 
  52. (see below), you can put 
  53.  
  54. set CONSOLE=-oa-
  55.  
  56. into your CONFIG.SYS file. If you, however, want to override some options in 
  57. environment variable, you can still do it (in above case by using "-oa" on 
  58. Console command line). By default Console will NOT start a new window, so the 
  59. options you type will change the console window Console was started from. 
  60. Switches that works only when starting a new window are marked with /N/, those 
  61. that works for current window are marked with /C/. Following options are 
  62. available: 
  63.  
  64.  -b{w,h} /C/N/ 
  65.            Set window border thickness ([W]idth and [H]eight); 
  66.  -f{h,w} /C/N/ 
  67.            Set window font [W]idth and [H]eight. You can see what font sizes 
  68.            are available by opening the Font Size dialog from any windowed 
  69.            session popup menu. Without any arguments (-f) it will read current 
  70.            window's font size (for example, you can use this with -q option, 
  71.            see below). 
  72.  -o{a|b|c|d|f|m|n|r|s|v|x}{+|-} 
  73.            Enable (+) or disable (-) one of following [O]ptions: 
  74.            a /C/N/ 
  75.                           Turn on (+)/off (-) [A]NSI colored output. Someday 
  76.                           I`ve realized that not everybody likes the neat 
  77.                           colors I`m using :-). 
  78.            b /C/N/ 
  79.                           Start a background (+) or foreground (-) session. 
  80.            c /N/ 
  81.                           auto[C]lose on termination (+) or leave window until 
  82.                           user closes it 
  83.            d /N/ 
  84.                           Enable (+) or disable (-) a small [D]elay after 
  85.                           running command Use this if you experience problems 
  86.                           with -p starting a new session The program 
  87.                           temporarily changes some entries in OS2.INI file, 
  88.                           then starts the session, and finally changes them 
  89.                           back. However, I`m not sure when exactly I should 
  90.                           change them back, so this option is provided. If you 
  91.                           encounter problems even with it, please mail me. 
  92.            f /C/N/ 
  93.                           Start window title [F]lashing (+) or stop flashing 
  94.                           (-) 
  95.            m /C/N/ 
  96.                           Start session [M]inimized (+) or non-minimized (-) 
  97.            n /N/ 
  98.                           Start a [N]ew session (+) or change same window (-) 
  99.            r /C/ 
  100.                           [R]esize window to max possible size (+) or leave 
  101.                           as-is (-) 
  102.            s /N/ 
  103.                           auto[S]ize window: compute the size of new window 
  104.                           based on known console window size and console font 
  105.                           size (overriden by -p,,#,#) 
  106.            v /C/N/ 
  107.                           Start a [V]isible console window (+) or invisible (-) 
  108.            x /C/N/ 
  109.                           Start session ma[X]imized (+) or non-maximized (-) 
  110.  -p{{x}{,{y}{,{w}{,h}}}} 
  111.            Set window position (X, Y) and size (W, H) (in pixels). Note that 
  112.            the size is impossible to set on a maximized window, so -ox- is 
  113.            enforced if you will specify at least one of W,H values (for a new 
  114.            session only). Note that you can skip some values, and they will 
  115.            remain at their default values. For example -p,,100 will only set 
  116.            the width of the window. This switch even works for current window, 
  117.            so if you want to set current's window position to (0,0) you should 
  118.            run: Console -p0,0 -- but, if you want to start a new window at 
  119.            (0,0) you should run: Console -p0,0 -on 
  120.            Without any parameters -p will read current window's size and 
  121.            position. So, for example, if you want to start a new window at same 
  122.            X position as current window and Y=0 you should use Console -p -p,0 
  123.  -s{w,h} 
  124.            re[S]ize window as using "MODE W,H" command. This switch can be used 
  125.            only on OS/2 sessions since DOS sessions cannot be resised to other 
  126.            that 80x25 or 80x50 sizes. 
  127.  -q 
  128.            Display a sample command line to start a window with current 
  129.            size/shape (possibly modified by command-line options). For example, 
  130.            Console -q will show (among others) the -p switch with default 
  131.            window position and -f with the default window font, while the 
  132.            Console -p -f -q command will show current window position and 
  133.            current window font. 
  134.  -t"..." 
  135.            Set window title. When starting a new session title will become 
  136.            'sticky', i.e. any program which runs inside that new session cannot 
  137.            change that title anymore. For current session title can be changed 
  138.            only 
  139.              1. if current window title is not already 'sticky' 
  140.              2. for a single program (i.e. you should use the form Console 
  141.                 -t"..." myprog.exe args) 
  142.              3. if that program does not change title itself (as File Commander 
  143.                 does, for example).  Sorry, that`s the way OS/2 session manager 
  144.            works. 
  145.  -w{a|d|o} 
  146.            [W]indow type: [D]OS/[O]S2/[A]utodetect; default = OS/2 The 
  147.            [A]utodetect option is not recommended since it can start as well a 
  148.            full-screen session. 
  149.  
  150.  Default state of switches:  -oa+ -oc+ -od- -of- -om- -on- -or- -os+ -ov+ -ox- 
  151.  -wo 
  152.  
  153.  Examples 
  154.  
  155.   Console -wo -f18,10 -p200,100 -on t-mail.exe -c
  156.  
  157.  This command will run "t-mail.exe -c" in a OS/2 windowed session, with 10x18 
  158.  font size, window will be placed at 200,100 position. 
  159.  
  160.   Console -s40,25 -p,,300,100 -f8,8 -oc- *
  161.  
  162.  This command will open a OS/2 windowed session at 40x25 cells size, with 8x8 
  163.  font and with a 300x100 pixel size. The window will not be automatically 
  164.  closed. 
  165.  
  166.   Console -ob -s60,20 -p10,10,488,186 -f8,8 *
  167.  
  168.  This will open a background OS/2 session with a 60x20 size, placed at 10,10, 
  169.  with a size of 488,186 pixels and with a 8x8 font. 
  170.  
  171.   Console -f -p -on
  172.  
  173.  This will 'clone' current window. 
  174.  
  175.  Window size 
  176.  
  177.  Window position/size relations are a bit tricky. First, the X coordinate is 
  178.  always rounded to nearest 8 divisor (even on 256- 64K- 16M- color modes -- 
  179.  hey, IBM, wake up! 21st Century ahead!). For example, if you`ll try the 
  180.  command: 
  181.  
  182.   Console -os- -on -p0,0,800,400 -f8,8 *
  183.   you`ll get a window with X ~= 0 (rounded to 8 since window border added a bit 
  184.  to your 0) and Y somewhere in the middle of the screen (on my 1024x768 
  185.  resolution). Why? 
  186.  
  187.  The answer is that for some unknown reason, when the internals of a VIO window 
  188.  are resized, the top-left corner of the window is unchanged while lower-left 
  189.  corner moves. This is a contradiction to the PM paradigm which counts 
  190.  coordinates from lower-left corner, but who in IBM cares anyway?! 
  191.  
  192.  There are a number of approaches for setting window sizes. First is, of 
  193.  course, try-and-see method :-) I`m often using it when I`m too lazy to 
  194.  multiply some numbers. Other approach is to multiply window size in cells with 
  195.  font dimenstion, then add border size. For example, a 60x20 window with a 8x8 
  196.  font will have the following size: 
  197.  
  198.   Width  = 60 * 8 + 4 + 4 = 488
  199.   Height = 20 * 8 + 4 + 4 + 18 = 186
  200.  
  201.  4 is the border width/height (this depends of your scheme palette), 18 is the 
  202.  height of titlebar. 
  203.  
  204.  And the third approach is to launch a window, set its position/size manually 
  205.  (say using a mouse) and then query them. It can be done with a utility called 
  206.  PMMon - a nice tool for any programmer, but not for consumer :-) 
  207.  
  208.  Note 
  209.  
  210.  Program versions above 0.0.3 contains an 'auto-size' feature (enabled by 
  211.  default) which will do everything said above for you. If you don`t like it, 
  212.  you can turn it off (using -os- switch). So, now you can simply type: 
  213.  
  214.   Console -on -f8,8 -s60,20 -p0,0
  215.  and this will really start a new console at (0,0). You can try same as above 
  216.  with the -os- switch to see what will happen. 
  217.  
  218.   ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  219.  
  220.  What's new| License| Author info 
  221.  
  222.  
  223. ΓòÉΓòÉΓòÉ 1.2. ╨ú╤é╨╕╨╗╨╕╤é╨░ ╨╜╨░╤ü╤ép╨╛╨╣╨║╨╕ ╨╛╨║╨╛╨╜╨╜╤ï╤à ╤ü╨╡╤ü╤ü╨╕╨╣ ΓòÉΓòÉΓòÉ
  224.  
  225.  
  226.  
  227. ╨ª╨╡╨╗╤î 
  228.  
  229. ╨¡╤é╨░ ╤â╤é╨╕╨╗╨╕╤é╨░ p╨╡╤ê╨░╨╡╤é ╨╛╨┤╨╜╤â ╨╕╨╖ ╨┐p╨╛╨▒╨╗╨╡╨╝ ╨║╨╛╤é╨╛p╤â╤Ä IBM ╤â╨┐╨╛p╨╜╨╛ ╨╜╨╡ ╨╖╨░╨╝╨╡╤ç╨░╨╡╤é ╤ç╤â╤é╤î ╨╗╨╕ ╨╜╨╡ ╤ü 
  230. ╨┐╨╡p╨▓╨╛╨╣ ╨▓╨╡p╤ü╨╕╨╕ OS/2. ╨Æ ╤é╨╛ ╨▓p╨╡╨╝╤Å ╨║╨░╨║ ╨╝╨╛╨╢╨╜╨╛ ╨╖╨░╨┤╨░╤é╤î ╨┐╨╛╨╖╨╕╤å╨╕╤Ä ╨╕ p╨░╨╖╨╝╨╡p ╨┤╨╗╤Å ╨▓╤ü╨╡╤à 
  231. ╨╛╨║╨╛╨╜╨╜╤ï╤à ╤ü╨╡╤ü╤ü╨╕╨╣, ╨╜╨╡╨▓╨╛╨╖╨╝╨╛╨╢╨╜╨╛ ╨╕╤à ╨╖╨░╨┤╨░╤é╤î ╨┤╨╗╤Å ╨║╨░╨╢╨┤╨╛╨│╨╛ ╨╛╨║╨╜╨░ ╨▓ ╨╛╤é╨┤╨╡╨╗╤î╨╜╨╛╤ü╤é╨╕. ╨¡╤é╨░ 
  232. ╨┐p╨╛╨│p╨░╨╝╨╝╨░ ╨║╨░╨║ p╨░╨╖ ╨╕ p╨╡╤ê╨░╨╡╤é ╨┤╨░╨╜╨╜╤ï╨╡ ╨┐p╨╛╨▒╨╗╨╡╨╝╤ï, ╨╕, ╤à╨╛╤é╤Å ╨╜╨░╨╕╨▒╨╛╨╗╨╡╨╡ ╨╕╨╖╤Å╤ë╨╜╤ï╨╝ p╨╡╤ê╨╡╨╜╨╕╨╡╨╝ 
  233. ╨▒╤ï╨╗ ╨▒╤ï ╨╕╨╜╤é╨╡╨│p╨░╤å╨╕╤Å ╤ü WPS, ╤â╤ç╤é╨╕╤é╨╡, ╤ç╤é╨╛ ╤ì╤é╨░ ╨┐p╨╛╨│p╨░╨╝╨╝╨░ ╨┐╨╕╤ü╨░╨╗╨░╤ü╤î ╨┐p╨╛╤ü╤é╨╛ ╨┤╨╗╤Å 
  234. p╨░╨╖╨▓╨╗╨╡╤ç╨╡╨╜╨╕╤Å, ╨▓ ╨║╨░╤ç╨╡╤ü╤é╨▓╨╡ ╨┐p╨░╨║╤é╨╕╨║╤â╨╝╨░ ╨┐╨╛ ╤Å╨╖╤ï╨║╤â C, ╨╕ ╤é╨░╨║ ╨┤╨░╨╗╨╡╨║╨╛ ╨╝╨╛╨╕ ╨┐╨╗╨░╨╜╤ï ╨╜╨╡ 
  235. ╨╖╨░╤à╨╛╨┤╨╕╨╗╨╕ :-) 
  236.  
  237. ╨ƒp╨╡╨┤╤â╨┐p╨╡╨╢╨┤╨╡╨╜╨╕╨╡ 
  238.  
  239. ╨₧╨┐╤å╨╕╤Å -f{...} (╤ü╨╝. ╨╜╨╕╨╢╨╡) *╨▓╨╛╨╖╨╝╨╛╨╢╨╜╨╛* ╨▒╤â╨┤╨╡╤é p╨░╨▒╨╛╤é╨░╤é╤î ╨▓ ╨╜╨╡╨░╨╜╨│╨╗╨╕╨╣╤ü╨║╨╕╤à ╨▓╨╡p╤ü╨╕╤Å╤à OS/2, 
  240. ╨╛╨┤╨╜╨░╨║╨╛ ╤Å ╨╜╨╡ ╨┐p╨╛╨▒╨╛╨▓╨░╨╗. ╨Ü╨░╨║ ╨╛╨║╨░╨╖╨░╨╗╨╛╤ü╤î, ╤ì╤é╨╛ ╨║╨░╤ü╨░╨╡╤é╤ü╤Å ╨╜╨╡ ╤é╨╛╨╗╤î╨║╨╛ p╤â╤ü╤ü╨║╨╛╨╣ ╨▓╨╡p╤ü╨╕╨╕ OS/2 
  241. :-( H╨░ ╤é╨╡╨║╤â╤ë╨╕╨╣ ╨╝╨╛╨╝╨╡╨╜╤é ╨┐p╨╛╨│p╨░╨╝╨╝╨░ ╨╕╤ë╨╡╤é Key name Shield::* ╤ü╨╛╨┤╨╡p╨╢╨░╤ë╤â╤Ä ╤ép╨╕ ╤é╨╛╤ç╨║╨╕ 
  242. (╨┐╨╛ ╨░╨╜╨░╨╗╨╛╨│╨╕╨╕ ╤ü ╨░╨╜╨│╨╗╨╕╨╣╤ü╨║╨╕╨╝ "~Font Size..."). 
  243.  
  244. ╨Ü╨╛╨╝╨╝╨░╨╜╨┤╨╜╨░╤Å ╤ü╤ép╨╛╨║╨░ 
  245.  
  246. ╨ñ╨╛p╨╝╨░╤é ╨║╨╛╨╝╨╝╨░╨╜╨┤╨╜╨╛╨╣ ╤ü╤ép╨╛╨║╨╕ ╤é╨░╨║╨╛╨╣: 
  247.  
  248. Console {╨╛╨┐╤å╨╕╨╕} {╨┐p╨╛╨│p╨░╨╝╨╝╨░} {...╨╛╨┐╤å╨╕╨╕ ╨┐p╨╛╨│p╨░╨╝╨╝╤ï...}
  249.  
  250. ╨ò╤ü╨╗╨╕ ╨Æ╤ï ╨╜╨╡ ╤à╨╛╤é╨╕╤é╨╡ ╨║╨░╨╢╨┤╤ï╨╣ p╨░╨╖ ╨╜╨░╨▒╨╕p╨░╤é╤î ╨╜╨╡╨║╨╛╤é╨╛p╤ï╨╡ ╨╛╨┐╤å╨╕╨╕, ╨Æ╤ï ╨╝╨╛╨╢╨╡╤é╨╡ ╨┐╨╛╨╝╨╡╤ü╤é╨╕╤é╤î ╨╕╤à ╨▓ 
  251. ╨┐╨╡p╨╡╨╝╨╡╨╜╨╜╤â╤Ä ╨╛╨║p╤â╨╢╨╡╨╜╨╕╤Å CONSOLE. H╨░╨┐p╨╕╨╝╨╡p, ╨╡╤ü╨╗╨╕ ╨Æ╨░╤ü ╨┤╨╛╤ü╤é╨░╨╗╨░ ╤å╨▓╨╡╤é╨╛╨▓╨░╤Å ╨│╨░╨╝╨╝╨░ 
  252. Console, ╨┐p╨╛╤ü╤é╨╛ ╨┤╨╛╨▒╨░╨▓╤î╤é╨╡ ╨▓ CONFIG.SYS: 
  253.  
  254. set CONSOLE=-a-
  255.  
  256. ╨æ╨╛╨╗╤î╤ê╨╕╨╜╤ü╤é╨▓╨╛ ╨╛╨┐╤å╨╕╨╣ ╨┤╨╡╨╣╤ü╤é╨▓╤â╤Ä╤é ╨║╨░╨║ ╨┐╤Ç╨╕ ╤ü╨╛╨╖╨┤╨░╨╜╨╕╨╕ ╨╜╨╛╨▓╤ï╤à ╨╛╨║╨╛╨╜ (╨┐╤Ç╨╕ ╨╕╤ü╨┐╨╛╨╗╤î╨╖╨╛╨▓╨░╨╜╨╕╨╕ 
  257. ╨╛╨┐╤å╨╕╨╕ -on+ -- ╤Å ╨╕╤à ╨┐╨╛╨╝╨╡╤é╨╕╨╗ ╨╖╨╜╨░╨║╨╛╨╝ /╨¥/) ╤é╨░╨║ ╨╕ ╨╜╨░ ╤é╨╡╨║╤â╤ë╨╡╨╡ ╨╛╨║╨╜╨╛ (/╨ó/), ╤à╨╛╤é╤Å 
  258. ╨╕╨╝╨╡╤Ä╤é╤ü╤Å (╤Ç╨░╨╖╤â╨╝╨╜╤ï╨╡ :-) ╨╕╤ü╨║╨╗╤Ä╤ç╨╡╨╜╨╕╤Å. ╨ö╨╛╤ü╤é╤â╨┐╨╜╤ï ╤ü╨╗╨╡╨┤╤â╤Ä╤ë╨╕╨╡ ╨╛╨┐╤å╨╕╨╕: 
  259.  
  260.  -b{w,h} /╨¥/╨ó/ 
  261.            ╨ú╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╤é╨╛╨╗╤ë╨╕╨╜╤â ╤Ç╨░╨╝╨║╨╕ ╨║╨╛╨╜╤ü╨╛╨╗╨╕. W - ╤ê╨╕╤Ç╨╕╨╜╨░, H - ╨▓╤ï╤ü╨╛╤é╨░. 
  262.  -f{h,w} /╨¥/╨ó/ 
  263.            ╨ú╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╤ê╨╕p╨╕╨╜╤â [H] ╨╕ ╨▓╤ï╤ü╨╛╤é╤â [W] ╤êp╨╕╤ä╤é╨░. ╨ƒp╨╛╤ü╨╝╨╛╤ép╨╡╤é╤î ╤ü╨┐╨╕╤ü╨╛╨║ 
  264.            ╨┤╨╛╤ü╤é╤â╨┐╨╜╤ï╤à ╤êp╨╕╤ä╤é╨╛╨▓ ╨╝╨╛╨╢╨╜╨╛ ╨▓ ╨┤╨╕╨░╨╗╨╛╨│╨╡ Font Size ╨╛╤é ╨╝╨╡╨╜╤Ä ╨╗╤Ä╨▒╨╛╨╣ ╨╛╨║╨╛╨╜╨╜╨╛╨╣ 
  265.            ╤ü╨╡╤ü╤ü╨╕╨╕. 
  266.            ╨₧╨┐╤å╨╕╤Å -f ╨▒╨╡╨╖ ╨┐╨░╤Ç╨░╨╝╨╡╤é╤Ç╨╛╨▓ ╤ü╤ç╨╕╤é╤ï╨▓╨░╨╡╤é ╤é╨╡╨║╤â╤ë╨╡╨╡ ╨╖╨╜╨░╤ç╨╡╨╜╨╕╨╡ ╤Ç╨░╨╖╨╝╨╡╤Ç╨░ ╤ê╤Ç╨╕╤ä╤é╨░ 
  267.            ╨┤╨╗╤Å ╨┤╨░╨╜╨╜╨╛╨╣ ╤ü╨╡╤ü╤ü╨╕╨╕. 
  268.  -o{a|b|c|d|f|m|n|r|s|v|x}{+|-} 
  269.            ╨Æ╨║╨╗╤Ä╤ç╨╕╤é╤î (+) ╨╕╨╗╨╕ ╨▓╤ï╨║╨╗╤Ä╤ç╨╕╤é╤î (-) ╨╛╨┤╨╜╤â ╨╕╨╖ ╤ü╨╗╨╡╨┤╤â╤Ä╤ë╨╕╤à [O]╨┐╤å╨╕╨╣: 
  270.  
  271.            a /╨¥/╨ó/ 
  272.                           ╨Æ╨║╨╗╤Ä╤ç╨╕╤é╤î (+)/╨▓╤ï╨║╨╗╤Ä╤ç╨╕╤é╤î (-) ╤å╨▓╨╡╤é╨╛╨▓╤â╤Ä p╨░╤ü╨║p╨░╤ü╨║╤â ╨▓╤ï╨▓╨╛╨┤╨░ 
  273.                           ╨║╨╛╨┤╨░╨╝╨╕ [A]NSI. 
  274.            b /╨¥/╨ó/ 
  275.                           ╨ù╨░╨┐╤â╤ü╨║╨░╤é╤î ╤ä╨╛╨╜╨╛╨▓╤â╤Ä (+) ╨╕╨╗╨╕ ╨░╨║╤é╨╕╨▓╨╜╤â╤Ä (-) ╤ü╨╡╤ü╤ü╨╕╤Ä. ╨ö╨╗╤Å 
  276.                           ╤é╨╡╨║╤â╤ë╨╡╨╣ ╤ü╨╡╤ü╤ü╨╕╨╕ ╤Ç╨░╨▒╨╛╤é╨░╨╡╤é ╤é╨╛╨╗╤î╨║╨╛ ╨░╨║╤é╨╕╨▓╨╕╨╖╨░╤å╨╕╤Å ╤ü╨╡╤ü╤ü╨╕╨╕ 
  277.                           (-ob-) 
  278.            c /╨¥/ 
  279.                           ╨É╨▓╤é╨╛╨╝╨░╤é╨╕╤ç╨╡╤ü╨║╨╕ ╨╖╨░╨║p╤ï╨▓╨░╤é╤î (+) ╨╕╨╗╨╕ ╨╜╨╡ ╨╖╨░╨║p╤ï╨▓╨░╤é╤î (-) ╨╛╨║╨╜╨╛ 
  280.                           ╨┐╨╛ ╨╖╨░╨▓╨╡p╤ê╨╡╨╜╨╕╨╕ ╨┐p╨╛╨│p╨░╨╝╨╝╤ï. 
  281.            d /╨¥/╨ó/ 
  282.                           ╨Æ╨║╨╗╤Ä╤ç╨╕╤é╤î ╨║╨╛p╨╛╤é╨║╤â╤Ä (1/2 ╤ü╨╡╨║) ╨┐╨░╤â╨╖╤â ╨┐╨╛╤ü╨╗╨╡ ╨╖╨░╨┐╤â╤ü╨║╨░ 
  283.                           ╤ü╨╡╤ü╤ü╨╕╨╕. ╨ò╤ü╨╗╨╕ ╨╜╨╛╨▓╤ï╨╡ ╨╖╨░╨┐╤â╤ë╨╡╨╜╨╜╤ï╨╡ ╤ü╨╡╤ü╤ü╨╕╨╕ (╨╕╨╜╨╛╨│╨┤╨░) 
  284.                           ╨▓╤ï╨│╨╗╤Å╨┤╤Å╤é ╨╜╨╡ ╤é╨░╨║, ╨║╨░╨║ ╨Æ╨░╨╝ ╤à╨╛╤é╨╡╨╗╨╛╤ü╤î ╨▒╤ï - ╨┐╨╛╨┐p╨╛╨▒╤â╨╣╤é╨╡ 
  285.                           ╨╖╨░╨┐╤â╤ü╨║╨░╤é╤î ╤ü ╤ì╤é╨╛╨╣ ╨╛╨┐╤å╨╕╨╡╨╣. 
  286.            f /╨¥/╨ó/ 
  287.                           ╨Æ╨║╨╗╤Ä╤ç╨╕╤é╤î ╨╝╨╕╨│╨░╨╜╨╕╨╡ ╨╛╨║╨╜╨░ (+) ╨╕╨╗╨╕ ╨▓╤ï╨║╨╗╤Ä╤ç╨╕╤é╤î (-) 
  288.            m /╨¥/╨ó/ 
  289.                           ╨ù╨░╨┐╤â╤ü╨║╨░╤é╤î ╤ü╨╡╤ü╤ü╨╕╤Ä ╨▓ ╨╝╨╕╨╜╨╕╨╝╨╕╨╖╨╕p╨╛╨▓╨░╨╜╨╜╨╛╨╝ (+) ╨╕╨╗╨╕ 
  290.                           ╨╜╨╡╨╝╨╕╨╜╨╕╨╝╨╕╨╖╨╕p╨╛╨▓╨░╨╜╨╜╨╛╨╝ (-) ╤ü╨╛╤ü╤é╨╛╤Å╨╜╨╕╨╕. 
  291.            n /╨¥/ 
  292.                           ╨ù╨░╨┐╤â╤ü╨║╨░╤é╤î ╨╜╨╛╨▓╤â╤Ä (+) ╤ü╨╡╤ü╤ü╨╕╤Ä ╨╕╨╗╨╕ ╨╕╨╖╨╝╨╡╨╜╨╕╤é╤î ╤ü╨╡╤ü╤ü╨╕╤Ä ╨╕╨╖ 
  293.                           ╨║╨╛╤é╨╛p╨╛╨╣ ╨╖╨░╨┐╤â╤ë╨╡╨╜╨░ ╨┐p╨╛╨│p╨░╨╝╨╝╨░. 
  294.            s /╨¥/ 
  295.                           ╨É╨▓╤é╨╛╨╛╨┐p╨╡╨┤╨╡╨╗╨╡╨╜╨╕╨╡ p╨░╨╖╨╝╨╡p╨░ ╨╜╨╛╨▓╨╛╨╣ ╨╖╨░╨┐╤â╤ë╨╡╨╜╨╜╨╛╨╣ ╤ü╨╡╤ü╤ü╨╕╨╕. ╨¡╤é╨░ 
  296.                           ╨╛╨┐╤å╨╕╤Å ╨╛╤é╨║╨╗╤Ä╤ç╨░╨╡╤é╤ü╤Å ╨╡╤ü╨╗╨╕ ╨Æ╤ï ╨╖╨░╨┤╨░╨╗╨╕ ╤ê╨╕p╨╕╨╜╤â/╨▓╤ï╤ü╨╛╤é╤â ╨╛╨║╨╜╨░ 
  297.                           ╨╛╨┐╤å╨╕╨╡╨╣ -p. 
  298.            v /╨¥/╨ó/ 
  299.                           ╨ù╨░╨┐╤â╤ü╨║╨░╤é╤î ╨▓╨╕╨┤╨╕╨╝╨╛╨╡ (+) ╨╕╨╗╨╕ ╨╜╨╡╨▓╨╕╨┤╨╕╨╝╨╛╨╡ (-) ╨╛╨║╨╜╨╛. 
  300.            x /╨¥/╨ó/ 
  301.                           ╨ù╨░╨┐╤â╤ü╨║╨░╤é╤î ╤ü╨╡╤ü╤ü╨╕╤Ä ╨▓ ╨╝╨░╨║╤ü╨╕╨╝╨╕╨╖╨╕p╨╛╨▓╨░╨╜╨╜╨╛╨╝ (+) ╨╕╨╗╨╕ 
  302.                           ╨╜╨╡╨╝╨░╨║╤ü╨╕╨╝╨╕╨╖╨╕p╨╛╨▓╨░╨╜╨╜╨╛╨╝ (-) ╤ü╨╛╤ü╤é╨╛╤Å╨╜╨╕╨╕. 
  303.  -p{{x}{,{y}{,{w}{,h}}}} /╨¥/╨ó/ 
  304.            ╨ú╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╨┐╨╛╨╖╨╕╤å╨╕╤Ä/p╨░╨╖╨╝╨╡p ╨╛╨║╨╜╨░. ╨ò╤ü╨╗╨╕ ╨Æ╤ï ╨╖╨░╨┤╨░╨┤╨╕╤é╨╡ ╤ê╨╕p╨╕╨╜╤â (W) ╨╕/╨╕╨╗╨╕ 
  305.            ╨▓╤ï╤ü╨╛╤é╤â (H) ╨╛╨║╨╜╨░, ╨░╨▓╤é╨╛╨╝╨░╤é╨╕╤ç╨╡╤ü╨║╨╕ ╨▓╤ï╨║╨╗╤Ä╤ç╨░╨╡╤é╤ü╤Å ╨╝╨░╨║╤ü╨╕╨╝╨╕╨╖╨░╤å╨╕╤Å ╨╛╨║╨╜╨░ (-ox- 
  306.            ). ╨Æ╤ï ╨╝╨╛╨╢╨╡╤é╨╡ ╨┐p╨╛╨┐╤â╤ü╨║╨░╤é╤î ╨╜╨╡╨║╨╛╤é╨╛p╤ï╨╡ ╨╖╨╜╨░╤ç╨╡╨╜╨╕╤Å ╤ç╤é╨╛╨▒╤ï ╨╛╤ü╤é╨░╨▓╨╕╤é╤î ╨╕╤à 
  307.            ╤â╨╝╨╛╨╗╤ç╨░╤é╨╡╨╗╤î╨╜╤ï╨╡ ╨╖╨╜╨░╤ç╨╡╨╜╨╕╤Å, ╨╜╨░╨┐p╨╕╨╝╨╡p 
  308.            -p,,100 ╤â╤ü╤é╨░╨╜╨╛╨▓╨╕╤é ╤é╨╛╨╗╤î╨║╨╛ ╤ê╨╕p╨╕╨╜╤â ╨╛╨║╨╜╨░ ╨▓ 100 ╨┐╨╕╨║╤ü╨╡╨╗╨╡╨╣, ╨▓╤ü╨╡ ╨╛╤ü╤é╨░╨╗╤î╨╜╨╛╨╡ 
  309.            ╨▒╤â╨┤╨╡╤é ╨║╨░╨║ ╨╛╨▒╤ï╤ç╨╜╨╛. 
  310.            ╨₧╨┐╤å╨╕╤Å -p ╨▒╨╡╨╖ ╨┐╨░╤Ç╨░╨╝╨╡╤é╤Ç╨╛╨▓ '╤ü╤ç╨╕╤é╤ï╨▓╨░╨╡╤é' ╨║╨╛╨╛╤Ç╨┤╨╕╨╜╨░╤é╤ï ╤é╨╡╨║╤â╤ë╨╡╨│╨╛ ╨╛╨║╨╜╨░, ╤é╨░╨║ 
  311.            ╤ç╤é╨╛ ╨╡╤ü╨╗╨╕ ╨Æ╤ï ╤à╨╛╤é╨╕╤é╨╡, ╨╜╨░╨┐╤Ç╨╕╨╝╨╡╤Ç, ╨╖╨░╨┐╤â╤ü╤é╨╕╤é╤î ╨╜╨╛╨▓╨╛╨╡ ╨╛╨║╨╜╨╛ ╤ü ╤é╨╛╨╣ ╨╢╨╡ 
  312.            ╨║╨╛╨╛╤Ç╨┤╨╕╨╜╨░╤é╨╛╨╣ X ╤ç╤é╨╛ ╨╕ ╤é╨╡╨║╤â╤ë╨╡╨╡ ╨╛╨║╨╜╨╛, ╨╕ ╨║╨╛╨╛╤Ç╨┤╨╕╨╜╨░╤é╨╛╨╣ Y ╤Ç╨░╨▓╨╜╨╛╨╣ ╨╜╤â╨╗╤Ä, 
  313.            ╨╕╤ü╨┐╨╛╨╗╤î╨╖╤â╨╣╤é╨╡ ╨║╨╛╨╝╨░╨╜╨┤╤â Console -p -p,0. 
  314.  -s{w,h} /╨¥/╨ó/ 
  315.            ╨ú╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╨▓╨╜╤â╤ép╨╡╨╜╨╜╨╕╨╣ p╨░╨╖╨╝╨╡p ╨╛╨║╨╜╨░ ╨╕╤ü╨┐╨╛╨╗╤î╨╖╤â╤Å ╨║╨╛╨╝╨░╨╜╨┤╤â MODE [W],[H]. 
  316.            ╨¡╤é╨░ ╨╛╨┐╤å╨╕╤Å ╨░╨▓╤é╨╛╨╝╨░╤é╨╕╤ç╨╡╤ü╨║╨╕ ╨▓╨║╨╗╤Ä╤ç╨░╨╡╤é ╨╛╨┐╤å╨╕╤Ä -to, ╤é╨░╨║ ╨║╨░╨║ DOS ╨╛╨║╨╜╨░ ╨╛╤ç╨╡╨╜╤î 
  317.            ╨┐╨╗╨╛╤à╨╛ ╨╝╨╡╨╜╤Å╤Ä╤é ╤ü╨▓╨╛╨╣ p╨░╨╖╨╝╨╡p. ╨á╨░╨▒╨╛╤é╨░╨╡╤é ╤ì╤é╨╛ ╤é╨░╨║: Console ╨┐╤â╤ü╨║╨░╨╡╤é ╤ü╨╡╨▒╤Å ╨╢╨╡ 
  318.            ╨▓ ╨╜╨╛╨▓╨╛╨╝ ╨╛╨║╨╜╨╡ ╤ü ╨╜╨╡╨║╨╕╨╝ ╤ü╨╡╨║p╨╡╤é╨╜╤ï╨╝ :-) ╨┐╨░p╨░╨╝╨╡╤ép╨╛╨╝, ╤é╨░╨╝ ╨╛╨╜ ╨╖╨░╨┐╤â╤ü╨║╨░╨╡╤é 
  319.            ╤ü╨╜╨░╤ç╨░╨╗╨░ MODE, ╨╖╨░╤é╨╡╨╝ ╨╜╤â╨╢╨╜╤â╤Ä ╨║╨╛╨╝╨░╨╜╨┤╤â. 
  320.  -t"..." /╨¥/╨ó/ 
  321.            ╨ú╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╨╖╨░╨│╨╛╨╗╨╛╨▓╨╛╨║ ╨╛╨║╨╜╨░. ╨ò╤ü╨╗╨╕ ╨╖╨░╨┐╤â╤ü╨║╨░╨╡╤é╤ü╤Å ╨╜╨╛╨▓╨░╤Å ╤ü╨╡╤ü╤ü╨╕╤Å, ╤ì╤é╨╛╤é 
  322.            "╨╖╨░╨│╨╛╨╗╨╛╨▓╨╛╨║" ╨▒╤â╨┤╨╡╤é ╤â╤ü╤é╨░╨╜╨╛╨▓╨╗╨╡╨╜ ╨╜╨░ ╨▓╤ü╨╡ ╨▓╤Ç╨╡╨╝╤Å ╤ü╤â╤ë╨╡╤ü╤é╨▓╨╛╨▓╨░╨╜╨╕╤Å ╤ü╨╡╤ü╤ü╨╕╨╕, ╨╡╤ü╨╗╨╕ 
  323.            ╨╢╨╡ ╨╝╨╡╨╜╤Å╨╡╤é╤ü╤Å ╨╖╨░╨│╨╛╨╗╨╛╨▓╨╛╨║ ╤é╨╡╨║╤â╤ë╨╡╨│╨╛ ╨╛╨║╨╜╨░, ╤é╨╛ ╨╖╨░╨│╨╛╨╗╨╛╨▓╨╛╨║ ╨╝╨╡╨╜╤Å╨╡╤é╤ü╤Å ╤é╨╛╨╗╤î╨║╨╛ ╨╜╨░ 
  324.            ╨▓╤Ç╨╡╨╝╤Å ╤Ç╨░╨▒╨╛╤é╤ï ╨╖╨░╨┐╤â╤ë╨╡╨╜╨╜╨╛╨│╨╛ Console ╨┐╤Ç╨╛╤å╨╡╤ü╤ü╨░. ╨¥╨░╨┐╤Ç╨╕╨╝╨╡╤Ç Console 
  325.            -t"command processor" *. ╨ƒ╨╛╨╝╨╡╨╜╤Å╤é╤î ╨╖╨░╨│╨╛╨╗╨╛╨▓╨╛╨║ ╤ü╨╡╤ü╤ü╨╕╨╕ ╤ü "╨╜╨░╨▓╨╡╤ç╨╜╨╛ 
  326.            ╨┐╤Ç╨╕╨║╨╗╨╡╨╡╨╜╨╜╤ï╨╝" ╨╖╨░╨│╨╛╨╗╨╛╨▓╨║╨╛╨╝ (╤é╨░╨║╨╕╨╡, ╨║╨░╨║ ╨╖╨░╨┐╤â╤ë╨╡╨╜╨╜╤ï╨╡ ╨╕╨╖ WPS, ╨╗╨╕╨▒╨╛ ╤ü╨║╨░╨╢╨╡╨╝ 
  327.            Console -on -t"...") ╨╜╨╡╨╗╤î╨╖╤Å. 
  328.  -q 
  329.            ╨Æ╤ï╨┤╨░╤é╤î ╨┐p╨╕╨╝╨╡p ╨║╨╛╨╝╨░╨╜╨┤╨╜╨╛╨╣ ╤ü╤ép╨╛╨║╨╕ ╨║╨╛╤é╨╛p╨░╤Å ╨╖╨░╨┐╤â╤ü╤é╨╕╤é ╤ü╨╡╤ü╤ü╨╕╤Ä ╤ü ╤é╨╡╨║╤â╤ë╨╕╨╝╨╕ 
  330.            ╤â╨╝╨╛╨╗╤ç╨░╤é╨╡╨╗╤î╨╜╤ï╨╝╨╕ ╨┐╨░p╨░╨╝╨╡╤ép╨░╨╝╨╕ (╨╝╨╛╨╢╨╜╨╛ ╨╕╤à ╨╝╨╛╨┤╨╕╤ä╨╕╤å╨╕p╨╛╨▓╨░╤é╤î ╨┤╨╛╨┐╨╛╨╗╨╜╨╕╤é╨╡╨╗╤î╨╜╤ï╨╝╨╕ 
  331.            ╨╛╨┐╤å╨╕╤Å╨╝╨╕ ╤ü ╨║╨╛╨╝╨╝╨░╨╜╨┤╨╜╨╛╨╣ ╤ü╤ép╨╛╨║╨╕). 
  332.  -w{a|d|o} /╨¥/╨ó/ 
  333.            ╨ó╨╕╨┐ ╨╛╨║╨╜╨░: [A]╨▓╤é╨╛╨╛╨┐p╨╡╨┤╨╡╨╗╨╡╨╜╨╕╨╡, [D]╨╛╤ü, [O]S/2. 
  334.  
  335.  ╨ÿ╤ü╤à╨╛╨┤╨╜╨╛╨╡ ╤ü╨╛╤ü╤é╨╛╤Å╨╜╨╕╨╡ ╨┐╨╡p╨╡╨║╨╗╤Ä╤ç╨░╤é╨╡╨╗╨╡╨╣: -oa+ -oc+ -ov- -ox- -om- -of+ -on- -od- -to 
  336.  -os+ 
  337.  
  338.  ╨ƒp╨╕╨╝╨╡p╤ï 
  339.  
  340.   Console -to -f18,10 -p200,100 -on t-mail.exe -c
  341.  
  342.  ╨¡╤é╨░ ╨║╨╛╨╝╨░╨╜╨┤╨░ ╨╖╨░╨┐╤â╤ü╤é╨╕╤é "t-mail.exe -c" ╨▓ ╨╛╨║╨╛╨╜╨╜╨╛╨╣ OS/2 ╤ü╨╡╤ü╤ü╨╕╨╕, ╤ü ╤êp╨╕╤ä╤é╨╛╨╝ 10x18, 
  343.  ╨┐p╨░╨▓╤ï╨╣ ╨╜╨╕╨╢╨╜╨╕╨╣ ╤â╨│╨╛╨╗ ╨╛╨║╨╜╨░ ╨▒╤â╨┤╨╡╤é ╨╜╨░╤à╨╛╨┤╨╕╤é╤î╤ü╤Å ╨╜╨░ ╨║╨╛╨╛p╨┤╨╕╨╜╨░╤é╨╡ 200,100. 
  344.  
  345.   Console -s40,25 -p,,300,100 -f8,8 -oc- *
  346.  
  347.  ╨¡╤é╨░ ╨║╨╛╨╝╨░╨╜╨┤╨░ ╨╖╨░╨┐╤â╤ü╤é╨╕╤é ╨╛╨║╨╛╨╜╨╜╤â╤Ä ╤ü╨╡╤ü╤ü╨╕╤Ä OS/2 p╨░╨╖╨╝╨╡p╨╛╨╝ 40x25 ╤ü╨╕╨╝╨▓╨╛╨╗╨╛╨▓, ╤ü ╤êp╨╕╤ä╤é╨╛╨╝ 
  348.  8x8 ╨╕ p╨░╨╖╨╝╨╡p╨╛╨╝ ╨▓ 300x100 ╨┐╨╕╨║╤ü╨╡╨╗╨╡╨╣. ╨₧╨║╨╜╨╛ ╨░╨▓╤é╨╛╨╝╨░╤é╨╕╤ç╨╡╤ü╨║╨╕ ╨╖╨░╨║p╤ï╤é╨╛ ╨╜╨╡ ╨▒╤â╨┤╨╡╤é. 
  349.  
  350.   Console -ob -s60,20 -p10,10,488,186 -f8,8 *
  351.  
  352.  ╨¡╤é╨░ ╨║╨╛╨╝╨░╨╜╨┤╨░ ╨╛╤é╨║p╨╛╨╡╤é ╤ä╨╛╨╜╨╛╨▓╨╛╨╡ ╨╛╨║╨╜╨╛ OS/2 p╨░╨╖╨╝╨╡p╨╛╨╝ 60x20 ╤ü╨╕╨╝╨▓╨╛╨╗╨╛╨▓, ╨╜╨░ ╨┐╨╛╨╖╨╕╤å╨╕╨╕ 
  353.  10,10, p╨░╨╖╨╝╨╡p╨╛╨╝ 488,186 ╨┐╨╕╨║╤ü╨╡╨╗╨╡╨╣ (╤ì╤é╨╛ p╨╡╨░╨╗╤î╨╜╤ï╨╣ p╨░╨╖╨╝╨╡p ╤é╨░╨║╨╛╨│╨╛ ╨╛╨║╨╜╨░) ╨╕ ╤êp╨╕╤ä╤é╨╛╨╝ 
  354.  8x8. 
  355.  
  356.   Console -f -p -on
  357.  
  358.  ╨¡╤é╨░ ╨║╨╛╨╝╨░╨╜╨┤╨░ ╤ü╨╛╨╖╨┤╨░╤ü╤é "╨┤╤â╨▒╨╗╤î" ╤é╨╡╨║╤â╤ë╨╡╨│╨╛ ╨╛╨║╨╜╨░. 
  359.  
  360.  ╨á╨░╨╖╨╝╨╡p ╨╛╨║╨╜╨░ 
  361.  
  362.  ╨á╨░╨╖╨╝╨╡p╤ï ╨╕ ╨┐╨╛╨╖╨╕╤å╨╕╤Å ╨╛╨║╨╜╨░ ╨╕╨╜╨╛╨│╨┤╨░ ╨▓╨╡╨┤╤â╤é ╤ü╨╡╨▒╤Å ╨╜╨╡╤ü╨║╨╛╨╗╤î╨║╨╛ ╤ü╤ép╨░╨╜╨╜╨╛. ╨Æ╨╛-╨┐╨╡p╨▓╤ï╤à 
  363.  ╨║╨╛╨╛p╨┤╨╕╨╜╨░╤é╨░ X ╨╛╨║p╤â╨│╨╗╤Å╨╡╤é╤ü╤Å ╨┤╨╛ ╨▒╨╗╨╕╨╢╨░╨╣╤ê╨╡╨│╨╛ ╨┤╨╡╨╗╨╕╤é╨╡╨╗╤Å 8, ╨┐p╨╕╤ç╨╡╨╝ ╨┐╨╛╤ü╨╗╨╡ ╤é╨╛╨│╨╛ ╨║╨░╨║ ╨║ ╨╜╨╡╨╣ 
  364.  ╨┤╨╛╨▒╨░╨▓╨╗╤Å╨╡╤é╤ü╤Å ╤ê╨╕p╨╕╨╜╨░ p╨░╨╝╨║╨╕ ╨╛╨║╨╜╨░. H╨░╨┐p╨╕╨╝╨╡p, ╨║╨╛╨╝╨░╨╜╨┤╨░: 
  365.  
  366.   Console -os- -on -p0,0,800,400 -f8,8 *
  367.   ╨╛╤é╨║p╨╛╨╡╤é ╨╛╨║╨╜╨╛ ╨╜╨░ ╨║╨╛╨╛p╨┤╨╕╨╜╨░╤é╨╡ 8, ╨░ Y ╨▓╨╛╨╛╨▒╤ë╨╡ ╨▒╤â╨┤╨╡╤é ╤ç╤â╤é╤î ╨╗╨╕ ╨╜╨╡ ╨┐╨╛╤ü╨╡p╨╡╨┤╨╕╨╜╨╡ ╤ì╨║p╨░╨╜╨░ 
  368.  (╨┐p╨╕ ╨╝╨╛╨╡╨╝ p╨░╨╖p╨╡╤ê╨╡╨╜╨╕╨╕ 1024x768). ╨ƒ╨╛╤ç╨╡╨╝╤â? 
  369.  
  370.  ╨ƒ╨╛ ╨╜╨╡╨┐╨╛╨╜╤Å╤é╨╜╨╛╨╣ ╨┐p╨╕╤ç╨╕╨╜╨╡ ╨╛╨║╨╜╨░ ╤ü╤ç╨╕╤é╨░╤Ä╤é ╤ü╨▓╨╛╨╕╨╝ ╤å╨╡╨╜╤ép╨╛╨╝ ╨║╨╛╨╛p╨┤╨╕╨╜╨░╤é ╨╗╨╡╨▓╤ï╨╣ ╨▓╨╡p╤à╨╜╨╕╨╣ ╤â╨│╨╛╨╗ 
  371.  ╨░ ╨╜╨╡ ╨┐p╨░╨▓╤ï╨╣ ╨╜╨╕╨╢╨╜╨╕╨╣ ╨║╨░╨║ ╨╛╤ü╤é╨░╨╗╤î╨╜╨╛╨╣ Presentation Manager. ╨Ü╨╛╨│╨┤╨░ ╨╛╨║╨╜╨╛ ╨╕╨╖╨╝╨╡╨╜╤Å╨╡╤é 
  372.  ╤ü╨▓╨╛╨╣ p╨░╨╖╨╝╨╡p, ╨╜╨╡╨╕╨╖╨╝╨╡╨╜╨╜╤ï╨╝ ╨╛╤ü╤é╨░╨╡╤é╤ü╤Å ╨╗╨╕╤ê╤î ╨╗╨╡╨▓╤ï╨╣ ╨▓╨╡p╤à╨╜╨╕╨╣ ╤â╨│╨╛╨╗, ╨░ ╨┐p╨░╨▓╤ï╨╣ ╨╜╨╕╨╢╨╜╨╕╨╣ 
  373.  ╨╖╨░╨┐p╨╛╤ü╤é╨╛ ╨╝╨╛╨╢╨╡╤é ╤ü╨┤╨▓╨╕╨╜╤â╤é╤î╤ü╤Å. 
  374.  
  375.  ╨í╤â╤ë╨╡╤ü╤é╨▓╤â╨╡╤é ╨╜╨╡╤ü╨║╨╛╨╗╤î╨║╨╛ ╤ü╨┐╨╛╤ü╨╛╨▒╨╛╨▓ ╨▓╤ï╤ç╨╕╤ü╨╗╨╕╤é╤î ╨╜╤â╨╢╨╜╤ï╨╣ p╨░╨╖╨╝╨╡p ╨╛╨║╨╜╨░. ╨ƒ╨╡p╨▓╤ï╨╣ ╤ì╤é╨╛, 
  376.  ╨╡╤ü╤é╨╡╤ü╤é╨▓╨╡╨╜╨╜╨╛, ╨╝╨╡╤é╨╛╨┤ ╨╝╨░╤é╨╡╨╝╨░╤é╨╕╤ç╨╡╤ü╨║╨╛╨│╨╛ ╤é╤ï╨║╨░. ╨Ü╨╛╨│╨┤╨░ ╤Å ╤ü╨╗╨╕╤ê╨║╨╛╨╝ ╨╗╨╡╨╜╨╕╨▓, ╤Å ╨╕╨╝ ╨┐╨╛╨╗╤î╨╖╤â╤Ä╤ü╤î 
  377.  :-). ╨öp╤â╨│╨╛╨╣ ╨╝╨╡╤é╨╛╨┤ ╤ì╤é╨╛ ╤é╨╛╤ç╨╜╤ï╨╡ ╨▓╤ï╤ç╨╕╤ü╨╗╨╡╨╜╨╕╤Å. ╨ƒ╨╡p╨╡╨╝╨╜╨╛╨╢╤î╤é╨╡ p╨░╨╖╨╝╨╡p ╨╛╨║╨╜╨░ ╨▓ ╤ü╨╕╨╝╨▓╨╛╨╗╨░╤à ╨╜╨░ 
  378.  p╨░╨╖╨╝╨╡p ╤êp╨╕╤ä╤é╨░ ╨▓ ╤ü╨╕╨╝╨▓╨╛╨╗╨░╤à, ╨┤╨╛╨▒╨░╨▓╤î╤é╨╡ p╨░╨╖╨╝╨╡p p╨░╨╝╨║╨╕ ╨╕ ╨┐╨╛╨╗╤â╤ç╨╕╤é╨╡ ╨╜╤â╨╢╨╜╤ï╨╣ p╨╡╨╖╤â╨╗╤î╤é╨░╤é. 
  379.  H╨░╨┐p╨╕╨╝╨╡p, ╨┤╨╗╤Å ╨╛╨║╨╜╨░ p╨░╨╖╨╝╨╡p╨╛╨╝ 60x20 ╨╕ ╤êp╨╕╤ä╤é╨╛╨╝ 8x8: 
  380.  
  381.   ╨¿╨╕p╨╕╨╜╨░ = 60 * 8 + 4 + 4 = 488
  382.   ╨Æ╤ï╤ü╨╛╤é╨░ = 20 * 8 + 4 + 4 + 18 = 186
  383.  
  384.  4 ╤ì╤é╨╛ ╤ê╨╕p╨╕╨╜╨░/╨▓╤ï╤ü╨╛╤é╨░ p╨░╨╝╨║╨╕ ╨╛╨║╨╜╨░ (╤ì╤é╨╛ ╨╖╨░╨▓╨╕╤ü╨╕╤é ╨╛╤é ╨╜╨░╤ü╤ép╨╛╨╡╨║ ╨▓ Scheme Palette), 18 
  385.  ╤ì╤é╨╛ ╨▓╤ï╤ü╨╛╤é╨░ ╨╖╨░╨│╨╛╨╗╨╛╨▓╨║╨░ ╨╛╨║╨╜╨░. 
  386.  
  387.  ╨ÿ ╤ép╨╡╤é╨╕╨╣ ╨┐╨╛╨┤╤à╨╛╨┤ ╤ì╤é╨╛ ╨╖╨░╨┐╤â╤ü╤é╨╕╤é╤î ╤ü╨╡╤ü╤ü╨╕╤Ä, ╤â╤ü╤é╨░╨╜╨╛╨▓╨╕╤é╤î ╨╜╤â╨╢╨╜╤â╤Ä ╨┐╨╛╨╖╨╕╤å╨╕╤Ä ╨╕ p╨░╨╖╨╝╨╡p, 
  388.  ╨╖╨░╤é╨╡╨╝ "╤ü╨╜╤Å╤é╤î ╤ü ╨╛╨║╨╜╨░ ╨┐╨╛╨║╨░╨╖╨░╨╜╨╕╤Å". ╨¡╤é╨╛ ╨┤╨╡╨╗╨░╨╡╤é╤ü╤Å ╨╜╨░╨┐p╨╕╨╝╨╡p, ╨╛╤ç╨╡╨╜╤î ╨┐╨╛╨╗╨╡╨╖╨╜╨╛╨╣ ╨┤╨╗╤Å 
  389.  ╨┐p╨╛╨│p╨░╨╝╨╝╨╕╤ü╤é╨░ ╨╕ ╨┐p╨░╨║╤é╨╕╤ç╨╡╤ü╨║╨╕ ╨▒╨╡╤ü╨┐╨╛╨╗╨╡╨╖╨╜╨╛╨╣ ╨┤╨╗╤Å ╨┐╨╛╨╗╤î╨╖╨╛╨▓╨░╤é╨╡╨╗╤Å, ╤â╤é╨╕╨╗╨╕╤é╨╛╨╣ PMMon. 
  390.  ╨í╨┐p╨░╤ê╨╕╨▓╨░╨╣╤é╨╡ ╨▓ ╨░╨┐╤é╨╡╨║╨░╤à ╨│╨╛p╨╛╨┤╨░ :-) 
  391.  
  392.  ╨ù╨░╨╝╨╡╤é╤î╤é╨╡ 
  393.  
  394.  ╤ç╤é╨╛ ╨▓╨╡p╤ü╨╕╨╕ ╨┐p╨╛╨│p╨░╨╝╨╝╤ï ╨▓╤ï╤ê╨╡ 0.0.3 ╤â╨╝╨╡╤Ä╤é ╤ü╨░╨╝╨╕ ╨┐p╨╛╨╕╨╖╨▓╨╛╨┤╨╕╤é╤î ╨┐╨╡p╨╡╤ç╨╕╤ü╨╗╨╡╨╜╨╜╤ï╨╡ 
  395.  ╨▓╤ï╤ç╨╕╤ü╨╗╨╡╨╜╨╕╤Å (╤ü╨╝. ╨╛╨┐╤å╨╕╤Ä -os), ╤é╨░╨║ ╤ç╤é╨╛ ╨░╨║╤é╤â╨░╨╗╤î╨╜╨╛╤ü╤é╤î ╨▓╤ï╤ê╨╡╤ü╨║╨░╨╖╨░╨╜╨╜╨╛╨│╨╛ ╨╜╨╡╤ü╨║╨╛╨╗╤î╨║╨╛ 
  396.  ╤ü╨╜╨╕╨╖╨╕╨╗╨░╤ü╤î, ╨╜╨╛ ╨╝╨╜╨╡ ╨▒╤ï╨╗╨╛ ╨╗╨╡╨╜╤î ╨╡╨╡ ╤â╨┤╨░╨╗╤Å╤é╤î - ╤ç╤é╨╛ ╤Å, ╨╖p╤Å ╨╜╨░╨▒╨╕p╨░╨╗, ╤ç╤é╨╛ ╨╗╨╕? :-) 
  397.  
  398.   ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  399.  
  400.  ╨º╨╡╨│╨╛ ╨╜╨╛╨▓╨╛╨│╨╛?| ╨¢╨╕╤å╨╡╨╜╨╖╨╕╤Å| ╨ÿ╨╜╤ä╨╛p╨╝╨░╤å╨╕╤Å ╨╛╨▒ ╨░╨▓╤é╨╛p╨╡ 
  401.  
  402.  
  403. ΓòÉΓòÉΓòÉ 1.3. Author info ΓòÉΓòÉΓòÉ
  404.  
  405.                              Andrew Pavel Zabolotny
  406.  
  407. Born Jan, 25, 1973 in Kishinev, Moldova, I moved around `95 to St. Petersburg, 
  408. Russia. I'm currently working as system programmer at the Information Security 
  409. Center of I.M.I.C.S. (Institute of Modelling and Intellectualization of Complex 
  410. Systems) at the St. Petersburg's State Electrotechnical University. 
  411.  
  412. All my spare time I`m dedicating to my family (esp. to my 1-year-old daughter 
  413. Alice) and to system programming. Most (alas) of my programs I wrote for 
  414. Mess-DOS, but last two years I`m trying to make familiar with the Architecture 
  415. Of Real Operating Systems {tm} :-), particularily that of OS/2, and (sometimes 
  416. :-) I`m writing Small But Very Useful Utilites :-) Perhaps, the most useful of 
  417. them is lxLite - an OS/2 executables compressor, something like LZEXE, PKLITE 
  418. etc in the world of DOS. You can find it (I hope) on the hobbes.nmsu.edu 
  419. archive in the /pub/os2/apps/archiver subdirectory. The latest version as today 
  420. is 1.2.0. 
  421.  
  422. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  423.  
  424. To contact me, please write to bit@freya.etu.ru 
  425. or you can return to title page 
  426.  
  427.  
  428. ΓòÉΓòÉΓòÉ 1.4. GNU General Public License ΓòÉΓòÉΓòÉ
  429.  
  430.  
  431.  
  432.                            GNU GENERAL PUBLIC LICENSE
  433.  
  434.  
  435.  
  436.  
  437.                               Version 2, June 1991
  438.  
  439.  
  440. Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  441. 675 Mass Ave, Cambridge, MA 02139, USA
  442. Everyone is permitted to copy and distribute verbatim copies
  443. of this license document, but changing it is not allowed.
  444.  
  445.  
  446. Preamble 
  447.  
  448. The licenses for most software are designed to take away your freedom to share 
  449. and change it.  By contrast, the GNU General Public License is intended to 
  450. guarantee your freedom to share and change free software--to make sure the 
  451. software is free for all its users. This General Public License applies to most 
  452. of the Free Software Foundation's software and to any other program whose 
  453. authors commit to using it.  (Some other Free Software Foundation software is 
  454. covered by the GNU Library General Public License instead.)  You can apply it 
  455. to your programs, too. 
  456.  
  457. When we speak of free software, we are referring to freedom, not price.  Our 
  458. General Public Licenses are designed to make sure that you have the freedom to 
  459. distribute copies of free software (and charge for this service if you wish), 
  460. that you receive source code or can get it if you want it, that you can change 
  461. the software or use pieces of it in new free programs; and that you know you 
  462. can do these things. 
  463.  
  464. To protect your rights, we need to make restrictions that forbid anyone to deny 
  465. you these rights or to ask you to surrender the rights. These restrictions 
  466. translate to certain responsibilities for you if you distribute copies of the 
  467. software, or if you modify it. 
  468.  
  469. For example, if you distribute copies of such a program, whether gratis or for 
  470. a fee, you must give the recipients all the rights that you have. You must make 
  471. sure that they, too, receive or can get the source code. And you must show them 
  472. these terms so they know their rights. 
  473.  
  474. We protect your rights with two steps: (1) copyright the software, and (2) 
  475. offer you this license which gives you legal permission to copy, distribute 
  476. and/or modify the software. 
  477.  
  478. Also, for each author's protection and ours, we want to make certain that 
  479. everyone understands that there is no warranty for this free software. If the 
  480. software is modified by someone else and passed on, we want its recipients to 
  481. know that what they have is not the original, so that any problems introduced 
  482. by others will not reflect on the original authors' reputations. 
  483.  
  484. Finally, any free program is threatened constantly by software patents.  We 
  485. wish to avoid the danger that redistributors of a free program will 
  486. individually obtain patent licenses, in effect making the program proprietary. 
  487. To prevent this, we have made it clear that any patent must be licensed for 
  488. everyone's free use or not licensed at all. 
  489.  
  490. The precise terms and conditions for copying, distribution and modification 
  491. follow. 
  492.  
  493.  
  494.  
  495.                            GNU GENERAL PUBLIC LICENSE
  496.  
  497.          TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  498.  
  499.  
  500.  0. This License applies to any program or other work which contains a notice 
  501. placed by the copyright holder saying it may be distributed under the terms of 
  502. this General Public License.  The "Program", below, refers to any such program 
  503. or work, and a "work based on the Program" means either the Program or any 
  504. derivative work under copyright law: that is to say, a work containing the 
  505. Program or a portion of it, either verbatim or with modifications and/or 
  506. translated into another language.  (Hereinafter, translation is included 
  507. without limitation in the term "modification".)  Each licensee is addressed as 
  508. "you". 
  509.  
  510. Activities other than copying, distribution and modification are not covered by 
  511. this License; they are outside its scope.  The act of running the Program is 
  512. not restricted, and the output from the Program is covered only if its contents 
  513. constitute a work based on the Program (independent of having been made by 
  514. running the Program). Whether that is true depends on what the Program does. 
  515.  
  516. 1. You may copy and distribute verbatim copies of the Program's source code as 
  517. you receive it, in any medium, provided that you conspicuously and 
  518. appropriately publish on each copy an appropriate copyright notice and 
  519. disclaimer of warranty; keep intact all the notices that refer to this License 
  520. and to the absence of any warranty; and give any other recipients of the 
  521. Program a copy of this License along with the Program. 
  522.  
  523. You may charge a fee for the physical act of transferring a copy, and you may 
  524. at your option offer warranty protection in exchange for a fee. 
  525.  
  526. 2. You may modify your copy or copies of the Program or any portion of it, thus 
  527. forming a work based on the Program, and copy and distribute such modifications 
  528. or work under the terms of Section 1 above, provided that you also meet all of 
  529. these conditions: 
  530.  
  531.     a) You must cause the modified files to carry prominent notices
  532.     stating that you changed the files and the date of any change.
  533.  
  534.     b) You must cause any work that you distribute or publish, that in
  535.     whole or in part contains or is derived from the Program or any
  536.     part thereof, to be licensed as a whole at no charge to all third
  537.     parties under the terms of this License.
  538.  
  539.     c) If the modified program normally reads commands interactively
  540.     when run, you must cause it, when started running for such
  541.     interactive use in the most ordinary way, to print or display an
  542.     announcement including an appropriate copyright notice and a
  543.     notice that there is no warranty (or else, saying that you provide
  544.     a warranty) and that users may redistribute the program under
  545.     these conditions, and telling the user how to view a copy of this
  546.     License.  (Exception: if the Program itself is interactive but
  547.     does not normally print such an announcement, your work based on
  548.     the Program is not required to print an announcement.)
  549.  
  550. These requirements apply to the modified work as a whole.  If identifiable 
  551. sections of that work are not derived from the Program, and can be reasonably 
  552. considered independent and separate works in themselves, then this License, and 
  553. its terms, do not apply to those sections when you distribute them as separate 
  554. works.  But when you distribute the same sections as part of a whole which is a 
  555. work based on the Program, the distribution of the whole must be on the terms 
  556. of this License, whose permissions for other licensees extend to the entire 
  557. whole, and thus to each and every part regardless of who wrote it. 
  558.  
  559. Thus, it is not the intent of this section to claim rights or contest your 
  560. rights to work written entirely by you; rather, the intent is to exercise the 
  561. right to control the distribution of derivative or collective works based on 
  562. the Program. 
  563.  
  564. In addition, mere aggregation of another work not based on the Program with the 
  565. Program (or with a work based on the Program) on a volume of a storage or 
  566. distribution medium does not bring the other work under the scope of this 
  567. License. 
  568.  
  569. 3. You may copy and distribute the Program (or a work based on it, under 
  570. Section 2) in object code or executable form under the terms of Sections 1 and 
  571. 2 above provided that you also do one of the following: 
  572.  
  573.     a) Accompany it with the complete corresponding machine-readable
  574.     source code, which must be distributed under the terms of Sections
  575.     1 and 2 above on a medium customarily used for software interchange; or,
  576.  
  577.     b) Accompany it with a written offer, valid for at least three
  578.     years, to give any third party, for a charge no more than your
  579.     cost of physically performing source distribution, a complete
  580.     machine-readable copy of the corresponding source code, to be
  581.     distributed under the terms of Sections 1 and 2 above on a medium
  582.     customarily used for software interchange; or,
  583.  
  584.     c) Accompany it with the information you received as to the offer
  585.     to distribute corresponding source code.  (This alternative is
  586.     allowed only for noncommercial distribution and only if you
  587.     received the program in object code or executable form with such
  588.     an offer, in accord with Subsection b above.)
  589.  
  590. The source code for a work means the preferred form of the work for making 
  591. modifications to it.  For an executable work, complete source code means all 
  592. the source code for all modules it contains, plus any associated interface 
  593. definition files, plus the scripts used to control compilation and installation 
  594. of the executable.  However, as a special exception, the source code 
  595. distributed need not include anything that is normally distributed (in either 
  596. source or binary form) with the major components (compiler, kernel, and so on) 
  597. of the operating system on which the executable runs, unless that component 
  598. itself accompanies the executable. 
  599.  
  600. If distribution of executable or object code is made by offering access to copy 
  601. from a designated place, then offering equivalent access to copy the source 
  602. code from the same place counts as distribution of the source code, even though 
  603. third parties are not compelled to copy the source along with the object code. 
  604.  
  605. 4. You may not copy, modify, sublicense, or distribute the Program except as 
  606. expressly provided under this License.  Any attempt otherwise to copy, modify, 
  607. sublicense or distribute the Program is void, and will automatically terminate 
  608. your rights under this License. However, parties who have received copies, or 
  609. rights, from you under this License will not have their licenses terminated so 
  610. long as such parties remain in full compliance. 
  611.  
  612. 5. You are not required to accept this License, since you have not signed it. 
  613. However, nothing else grants you permission to modify or distribute the Program 
  614. or its derivative works.  These actions are prohibited by law if you do not 
  615. accept this License.  Therefore, by modifying or distributing the Program (or 
  616. any work based on the Program), you indicate your acceptance of this License to 
  617. do so, and all its terms and conditions for copying, distributing or modifying 
  618. the Program or works based on it. 
  619.  
  620. 6. Each time you redistribute the Program (or any work based on the Program), 
  621. the recipient automatically receives a license from the original licensor to 
  622. copy, distribute or modify the Program subject to these terms and conditions. 
  623. You may not impose any further restrictions on the recipients' exercise of the 
  624. rights granted herein. You are not responsible for enforcing compliance by 
  625. third parties to this License. 
  626.  
  627. 7. If, as a consequence of a court judgment or allegation of patent 
  628. infringement or for any other reason (not limited to patent issues), conditions 
  629. are imposed on you (whether by court order, agreement or otherwise) that 
  630. contradict the conditions of this License, they do not excuse you from the 
  631. conditions of this License.  If you cannot distribute so as to satisfy 
  632. simultaneously your obligations under this License and any other pertinent 
  633. obligations, then as a consequence you may not distribute the Program at all. 
  634. For example, if a patent license would not permit royalty-free redistribution 
  635. of the Program by all those who receive copies directly or indirectly through 
  636. you, then the only way you could satisfy both it and this License would be to 
  637. refrain entirely from distribution of the Program. 
  638.  
  639. If any portion of this section is held invalid or unenforceable under any 
  640. particular circumstance, the balance of the section is intended to apply and 
  641. the section as a whole is intended to apply in other circumstances. 
  642.  
  643. It is not the purpose of this section to induce you to infringe any patents or 
  644. other property right claims or to contest validity of any such claims; this 
  645. section has the sole purpose of protecting the integrity of the free software 
  646. distribution system, which is implemented by public license practices.  Many 
  647. people have made generous contributions to the wide range of software 
  648. distributed through that system in reliance on consistent application of that 
  649. system; it is up to the author/donor to decide if he or she is willing to 
  650. distribute software through any other system and a licensee cannot impose that 
  651. choice. 
  652.  
  653. This section is intended to make thoroughly clear what is believed to be a 
  654. consequence of the rest of this License. 
  655.  
  656. 8. If the distribution and/or use of the Program is restricted in certain 
  657. countries either by patents or by copyrighted interfaces, the original 
  658. copyright holder who places the Program under this License may add an explicit 
  659. geographical distribution limitation excluding those countries, so that 
  660. distribution is permitted only in or among countries not thus excluded.  In 
  661. such case, this License incorporates the limitation as if written in the body 
  662. of this License. 
  663.  
  664. 9. The Free Software Foundation may publish revised and/or new versions of the 
  665. General Public License from time to time.  Such new versions will be similar in 
  666. spirit to the present version, but may differ in detail to address new problems 
  667. or concerns. 
  668.  
  669. Each version is given a distinguishing version number.  If the Program 
  670. specifies a version number of this License which applies to it and "any later 
  671. version", you have the option of following the terms and conditions either of 
  672. that version or of any later version published by the Free Software Foundation. 
  673. If the Program does not specify a version number of this License, you may 
  674. choose any version ever published by the Free Software Foundation. 
  675.  
  676. 10. If you wish to incorporate parts of the Program into other free programs 
  677. whose distribution conditions are different, write to the author to ask for 
  678. permission.  For software which is copyrighted by the Free Software Foundation, 
  679. write to the Free Software Foundation; we sometimes make exceptions for this. 
  680. Our decision will be guided by the two goals of preserving the free status of 
  681. all derivatives of our free software and of promoting the sharing and reuse of 
  682. software generally. 
  683.  
  684. NO WARRANTY 
  685.  
  686. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR 
  687. THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE 
  688. STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE 
  689. PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, 
  690. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  691. FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND 
  692. PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, 
  693. YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 
  694.  
  695. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL 
  696. ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE 
  697. PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 
  698. GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR 
  699. INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA 
  700. BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A 
  701. FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER 
  702. OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 
  703.  
  704.                            END OF TERMS AND CONDITIONS
  705.  
  706.  
  707. Appendix: How to Apply These Terms to Your New Programs 
  708.  
  709. If you develop a new program, and you want it to be of the greatest possible 
  710. use to the public, the best way to achieve this is to make it free software 
  711. which everyone can redistribute and change under these terms. 
  712.  
  713. To do so, attach the following notices to the program. It is safest to attach 
  714. them to the start of each source file to most effectively convey the exclusion 
  715. of warranty; and each file should have at least the "copyright" line and a 
  716. pointer to where the full notice is found. 
  717.  
  718.  
  719.     Copyright (C) 19yy
  720.  
  721.     This program is free software; you can redistribute it and/or modify
  722.     it under the terms of the GNU General Public License as published by
  723.     the Free Software Foundation; either version 2 of the License, or
  724.     (at your option) any later version.
  725.  
  726.     This program is distributed in the hope that it will be useful,
  727.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  728.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  729.     GNU General Public License for more details.
  730.  
  731.     You should have received a copy of the GNU General Public License
  732.     along with this program; if not, write to the Free Software
  733.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  734.  
  735. Also add information on how to contact you by electronic and paper mail. 
  736.  
  737. If the program is interactive, make it output a short notice like this when it 
  738. starts in an interactive mode: 
  739.  
  740.     Gnomovision version 69, Copyright (C) 19yy name of author
  741.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  742.     This is free software, and you are welcome to redistribute it
  743.     under certain conditions; type `show c' for details.
  744.  
  745. The hypothetical commands `show w' and `show c' should show the appropriate 
  746. parts of the General Public License.  Of course, the commands you use may be 
  747. called something other than `show w' and `show c'; they could even be 
  748. mouse-clicks or menu items--whatever suits your program. 
  749.  
  750. You should also get your employer (if you work as a programmer) or your school, 
  751. if any, to sign a "copyright disclaimer" for the program, if necessary.  Here 
  752. is a sample; alter the names: 
  753.  
  754.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  755.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  756.  
  757.   <signature of Ty Coon>, 1 April 1989
  758.   Ty Coon, President of Vice
  759.  
  760. This General Public License does not permit incorporating your program into 
  761. proprietary programs.  If your program is a subroutine library, you may 
  762. consider it more useful to permit linking proprietary applications with the 
  763. library.  If this is what you want to do, use the GNU Library General Public 
  764. License instead of this License. 
  765.  
  766.  
  767. ΓòÉΓòÉΓòÉ 1.5. whatsnew.txt ΓòÉΓòÉΓòÉ
  768.  
  769.               -------------------------
  770.               lxLite revision history
  771.              -------------------------
  772.  
  773.  [;] Comment
  774.  [*] Modified
  775.  [+] Added feature
  776.  [-] Removed feature
  777.  [!] Bug fix
  778.  
  779.  0.1.0
  780.  ----- 02-Oct-97 first release
  781.  [;]  I`ve waited for comments on version 0.0.9 for some time and now
  782.     here is the first release. Not much changes, anyway.
  783.  [!]  Now -p#,#,#,# properly resizes the window when session is minimized.
  784.  [!]  If you didn`t set default console position and font size (with
  785.     Shift+Mouse drag/with FontSize dialog), Console will not set them
  786.     to 0 first time it is run.
  787.  [!]  Now Console is multitask-safe, i.e. running multiple copies at once
  788.     will work as expected (however, since there is a need to serialize
  789.     OS2.INI access they will not run in parralel, but rather one after
  790.     other).
  791.  
  792.  0.0.9
  793.  ----- 01-Aug-97
  794.  [;]  public pre-release
  795.  [+]  Now Console can change the font of the window it was launched from.
  796.  [+]  New program - CWRP - used to process some PM events 'externally'
  797.     since not anything can be done from within a VIO process. However,
  798.     you shouldn`t run it manually since it was designed to be run
  799.     automatically when it is needed.
  800.  [+]  Most options now works both 'locally' (on the window Console runs from)
  801.     and externally (on the newly-created window).
  802.  [+]  New switch to set the console title -t"...".
  803.  [+]  New switch to make window border+title flash (-of{+|-}). Removed
  804.     duplicated switch "-of" (foreground session) you can achieve
  805.     the same result as -of+ with -ob-.
  806.  [+]  New switch to change window border size (-b{w,h})
  807.  [+]  When Console starts a new window with -s#,# option, it starts it
  808.     invisible, then resizes it, then shows it (if -ov- has not been
  809.     specified). This removes annoying flashes.
  810.  
  811.  0.0.3
  812.  ----- 11-Jul-97
  813.  [*]  Changed the utility name from wOpen to Console.
  814.  [*]  Most state change switches has moved under '-o' switch.
  815.  [*]  By default Console changes current window, to start a new session
  816.     use -on switch.
  817.  [*]  Now Console detects "font size..." entry in OS2.INI by three dots (...)
  818.     since has proven that its name is translated in different versions of
  819.     OS/2 (oh, shit...), but (I hope) they always contains those three dots.
  820.  [+]  Console autocomputes the size of newly-launched window, if you do not
  821.     specify it. So, if you run, say, Console -p0,0 -f8,8 -s10,10 *,
  822.     this will start a new session positioned at (0,0), and not "randomly"
  823.     positioned as before.
  824.  [!]  Now Console can start active sessions from inactive windows.
  825.  [+]  Added ability to change same session window from where it was run.
  826.     The following parameters can be changed: window cell size (analogous
  827.     to MODE command), window position (-pX,Y), window size (-p,,W,H),
  828.     window's maximized (-ox), minimized (-om), visible (-ov),
  829.     foreground (-of or -ob) states. The -ox- and -om- switches are
  830.     equivalent to [system menu]->[restore] entry.
  831.  
  832.  0.0.2
  833.  ----- 18-May-97
  834.  [;]  First public release
  835.  
  836.  0.0.1
  837.  ----- 10-May-97
  838.  [;]  First internal version
  839.  
  840.  
  841. ΓòÉΓòÉΓòÉ 2. External links ΓòÉΓòÉΓòÉ
  842.  
  843. This chapter contains all external links referenced in this book - either link 
  844. is an Unified Resource Locator (URL) or simply to a local file which is not a 
  845. part of this book. 
  846.  
  847.  
  848. ΓòÉΓòÉΓòÉ 2.1. http://hobbes.nmsu.edu ΓòÉΓòÉΓòÉ
  849.  
  850.               The link you selected points to an external resource.
  851.                  Click the URL below to launch IBM Web Explorer
  852.  
  853.                              http://hobbes.nmsu.edu
  854.  
  855.  
  856. ΓòÉΓòÉΓòÉ 2.2. mailto:bit@freya.etu.ru ΓòÉΓòÉΓòÉ
  857.  
  858.               The link you selected points to an external resource.
  859.                  Click the URL below to launch IBM Web Explorer
  860.  
  861.                              mailto:bit@freya.etu.ru
  862.