|
Well, there are a few options. Most noteable is the message at the bottom of each message sent to the list, reproduced here for your enjoyment. If they don't work for you, read on.... This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: LINUX5250@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: LINUX5250-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250. If these options don't work for you, you'll need the kit, so read on. Ask your Internet Provider to mail you an Unsubscribing Kit, then follow these directions. The kit will most likely be the standard no-fault type. Depending on requirements, System A and/or System B can be used. When operating System A, depress lever and a plastic dalkron unsubscriber will be dispensed through the slot immediately underneath. When you have fastened the adhesive lip, attach connection marked by the large "X" outlet hose. Twist the silver- coloured ring one inch below the connection point until you feel it lock. The kit is now ready for use. The Cin-Eliminator is activated by the small switch on the lip. When securing, twist the ring back to its initial condition, so that the two orange lines meet. Disconnect. Place the dalkron unsubscriber in the vacuum receptacle to the rear. Activate by pressing the blue button. The controls for System B are located on the opposite side. The red release switch places the Cin-Eliminator into position; it can be adjusted manually up or down by pressing the blue manual release button. The opening is self-adjusting. To secure after use, press the green button, which simultaneously activates the evaporator and returns the Cin-Eliminator to its storage position. You may log off if the green exit light is on over the evaporator. However, if the red light is illuminated, one of the Cin-Eliminator requirements has not been properly implemented. Press the "List Guy" call button to the right of the evaporator. He will secure all facilities from his control panel. To use Auto-Unsub, first undress and place all your clothes in the clothes rack. Put on the velcro slippers located in the cabinet immediately below. Enter the shower, taking the entire kit with you. On the control panel to your upper right upon entering, you will see a "Shower seal" button. Press to activate. A green light will then be illuminated immediately below. On the intensity knob, select the desired setting. Now depress the Auto-Unsub activation lever. Bathe normally. The Auto-Unsub will automatically go off after three minutes unless you activate the "Manual off" override switch by flipping it up. When you are ready to leave, press the blue "Shower seal" release button. The door will open and you may leave. Please remove the velcro slippers and place them in their container. If you have problems with the above, or if you prefer the ultrasonic log-off mode, press the indicated blue button. When the twin panels open, pull forward by rings A & B. The knob to the left, just below the blue light, has three settings, low, medium or high. For normal use, the medium setting is suggested. After these settings have been made, you can activate the device by switching to the "ON" position the clearly marked red switch. If during the unsubscribing operation, you wish to change the settings, place the "manual off" override switch in the "OFF" position. You may now make the change and repeat the cycle. When the green exit light goes on, you may log off and have lunch. Please close the door behind you. "Schroeder, Robert" <RPS@MONARCH-HYD.COM>@midrange.com on 04/15/2002 01:40:45 PM Please respond to linux5250@midrange.com Sent by: linux5250-admin@midrange.com To: "'linux5250@midrange.com'" <linux5250@midrange.com> cc: Subject: RE: [LINUX5250] Another Win32 Binary Install available STOP SENDING ME EMAILS, I have asked ENOUGH. Either you stop or I call the police. -----Original Message----- From: Duane Kehoe [mailto:dkehoe@weycogroup.com] Sent: Monday, April 15, 2002 11:04 AM To: linux5250@midrange.com Subject: RE: [LINUX5250] Another Win32 Binary Install available This build is better. I think the only problem I have is the +resize fonts thing as every time I go from 80 to 132 cols view the switch is fine, however whenever I want to comeback from 132 to 80 cols strange things happen, which include: -Window not returning to 80 cols format -Window getting very short and fat on the desktop -Repeated switches from 80->132->80->132 causes window to get increasingly smaller(really shorter and fatter on the screen) until it reaches an unreadable state where a manual resize is required. One question also: Because of the improved cut/paste functionality in the win binary do we loose the old select and paste capabilities of xterm? Do not get me wrong rectangular region selection is a definite plus but the automatic copy of selection and paste on right click was a great feature that I abused daily and would really like to see carried forward. ______________________________________________________________ Duane Kehoe phone: 414.908.1814 Programmer / Analyst fax: 414.908.1601 Weyco Group, Inc. email: dkehoe@weycogroup.com -----Original Message----- From: linux5250-admin@midrange.com [mailto:linux5250-admin@midrange.com]On Behalf Of Scott Klement Sent: Friday, April 12, 2002 6:43 PM To: linux5250@midrange.com Subject: [LINUX5250] Another Win32 Binary Install available Hello, I've made a new binary install of TN5250. I havent worked on improving the behavior of +resize_fonts yet, that will be a difficult project, so I'm going to wait until after the 0.16.4 release. The new install is at: http://klement.dstorm.net/tn5250/tn5250-0.16.3w-setup.exe Here's what I've done to this version: -- Included workarounds for CCSID 870 being incorrectly mapped by the transmaps.h (thanks to Marek Bajon for giving me the info I needed to make this work) Since transmaps.h is a file that's generated by a shell script, I didn't actually change it there, but added a workaround to the program that uses it. -- Added a program that's run during by the installer which asks for the char map that you'd like to make your default. (thanks to Martin Rowe for the suggestion) -- Changed the default font to Courier New. However, if you selected CCSID 37 during install, it will override this to Terminal in the installer program. The reason for this is that Courier New works in more countries and with more char sets, but Terminal looks nicer (IMHO) -- Changed the +ruler option so that it doesn't "clip" the cursor, but instead intersects to the bottom-left corner of the cursor. Thanks to Marek Bajon for the suggestion. -- Changed the default color of the rule lines produced by +ruler so that they are red. I added the option "ruler_color" to allow you to change the color. example: tn5250 +ruler ruler_color=#FFFFFF as400.example.com -- Added the "caret_style" keyword to allow you to change the appearance of the cursor. (technically, according to Microsoft the "cursor" is where the mouse points, the "caret" is where text is inserted, so I called it "caret_style") Options for this are block, blink and line. So, you wanted your caret to blink, you'd type: tn5250 caret_style=blink as400.example.com If you prefer an underscore as a cursor (err, I mean caret): tn5250 caret_style=line as400.example.com -- Added the "colsep_style" keyword to allow you to change the way column separators are displayed. Options for this are: full, dots and none. For example, if you wanted the "dots at the bottom" style of column separator, try this: tn5250 colsep_style=dots as400.example.com I think that's everything... let me know what you think! _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: LINUX5250@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: LINUX5250-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250. _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: LINUX5250@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: LINUX5250-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250. _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: LINUX5250@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: LINUX5250-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.