Skip to content

Instantly share code, notes, and snippets.

@slavapestov
Created August 9, 2020 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slavapestov/0c9890bd2fae4f141c3a0b789c04c8f6 to your computer and use it in GitHub Desktop.
Save slavapestov/0c9890bd2fae4f141c3a0b789c04c8f6 to your computer and use it in GitHub Desktop.
noby# diff -c3 keyboard.ps.orig keyboard.ps
*** keyboard.ps.orig Mon Jul 27 08:55:38 1992
--- keyboard.ps Mon Jul 27 09:17:11 1992
***************
*** 45,50 ****
--- 45,51 ----
/KB_SUN4_US101A 23 def
/KB_SUN4_JAPAN 36 def
/KB_SUN5_US 37 def
+ /KB_SUN5_US_COMPACT 84 def
/KB_SUN5_US_UNIX 38 def
/KB_SUN5_FRANCE 39 def
/KB_SUN5_DENMARK 40 def
***************
*** 93,98 ****
--- 94,100 ----
//KB_SUN4_US101A (NeWS/US101A.qm) def
//KB_SUN4_XEROX (NeWS/Xerox4.qm) def
//KB_SUN5_US (NeWS/US5.qm) def
+ //KB_SUN5_US_COMPACT (NeWS/US5.qm) def
//KB_SUN5_US_UNIX (NeWS/US_UNIX5.qm) def
//KB_SUN5_FRANCE (NeWS/France5.qm) def
//KB_SUN5_DENMARK (NeWS/Denmark5.qm) def
noby# diff -c3 keybdinit.ps.orig keybdinit.ps
*** keybdinit.ps.orig Mon Jul 27 09:22:44 1992
--- keybdinit.ps Mon Jul 27 09:22:55 1992
***************
*** 85,90 ****
--- 85,93 ----
//KB_SUN5_US {
(NeWS/US5.ps) LoadFile
}
+ //KB_SUN5_US_COMPACT {
+ (NeWS/US5.ps) LoadFile
+ }
//KB_SUN5_US_UNIX {
(NeWS/US_UNIX5.ps) LoadFile
}
noby#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment