home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / os2 / stahl-ssh / README next >
Encoding:
Text File  |  2000-06-10  |  2.3 KB  |  56 lines

  1. DISCLAIMER
  2. ----------
  3. I take no responsibility for any harm this patch may cause you.
  4. ----------
  5.  
  6. FILES
  7. -----
  8. sshpatch.diff   The patch file of my changes.
  9. ssh.exe         pentium optimised binary ssh with my patch.
  10. -----
  11.  
  12. I patched the vt emulator in ssh 1.2.16 for OS/2, which you can get
  13. from http://www.snafu.de/~hmstahl/ssh/sshos2.html
  14.  
  15. You should either get the binary files from the above URL, or the
  16. source.  If you get the source, make sure you can compile it, then
  17. apply my patch and recompile.  Otherwise, just substitute in the
  18. ssh.exe here for the one you normally use.
  19.  
  20. I've made two small changes.  The first is an optimisation to the
  21. scrolling code.  Before, if a line scrolled itself say up 10 lines, it
  22. would scroll up one line at a time.  Whereas now it just jumps
  23. straight to the right position.
  24.  
  25. The second patch is a iso-latin-1 to codepage 850 emulator.  Whilst
  26. this is a DEC vt220 emulator and should emulate their multilingual
  27. character set, this is impractical, since most UNIX applications
  28. support iso-latin-1 instead.  Most mail I receive (and send, and read
  29. on a remote machine), is in iso-latin-1.  You can use codepage 1004
  30. (which really is iso-latin-1) on your OS/2 machine, but that means
  31. giving up the graphics characters of codepage 850.  I put the
  32. translator in because my mail client (mutt, have a look at
  33. http://www.cs.hmc.edu/~me/mutt/) uses these graphics characters for
  34. threading, but I need the iso-latin-1 characters at the same time.
  35.  
  36. I generated the table using GNU recode, trimmed it to only the
  37. characters above 160 decimal (these are the only printable characters
  38. in iso-latin-1 which aren't a part of 7-bit ASCII, which is common to
  39. both codepage 850 and iso-latin-1), and then debugged visually the
  40. conversions.  It turns out GNU recode gets it wrong sometimes, so I've
  41. told them about that too.
  42.  
  43. I am releasing these changes into the public domain.  This does not
  44. reflect anything about the original version of ssh, or the vt220
  45. emulator - they have their own licenses.
  46.  
  47. If you like these changes, why not drop me a line at
  48. dunc@ucc.gu.uwa.edu.au
  49.  
  50. cheers
  51. ,dunc
  52. -- 
  53. Duncan Sargeant  -  metacitizen  -  http://www.ucc.gu.uwa.edu.au/~dunc/
  54. It is not worth an intelligent man's time to be in the majority. By
  55. definition, there are already enough people to do that. -G. H. Hardy
  56.