defaults.patch 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. only in patch2:
  2. unchanged:
  3. Index: XTerm.ad
  4. ===================================================================
  5. --- XTerm.ad.orig
  6. +++ XTerm.ad
  7. @@ -210,3 +210,13 @@
  8. !*allowTcapOps: false
  9. !*allowTitleOps: false
  10. !*allowWindowOps: false
  11. +
  12. +! Pardus Defaults:
  13. +*backarrowKeyIsErase: true
  14. +*ptyInitialErase: true
  15. +*VT100*eightBitInput: false
  16. +*VT100*metaSendsEscape: true
  17. +*VT100*scrollBar: true
  18. +*VT100*rightScrollBar: true
  19. +*VT100*utf8Title: true
  20. +*VT100*modifyFunctionKeys: 0
  21. Index: XTerm-col.ad
  22. ===================================================================
  23. --- XTerm-col.ad.orig
  24. +++ XTerm-col.ad
  25. @@ -7,9 +7,9 @@
  26. *VT100*boldColors: on
  27. *VT100*dynamicColors: on
  28. -! Uncomment this for "white" text on a dark background.
  29. -!*VT100*foreground: gray90
  30. -!*VT100*background: black
  31. +! Set the default text foreground and background colors.
  32. +*VT100*foreground: gray90
  33. +*VT100*background: black
  34. ! - OR -
  35. ! Uncomment this for black text on a "white" background.
  36. @@ -114,20 +114,32 @@
  37. *Form.background: AntiqueWhite
  38. *form.background: AntiqueWhite
  39. +*mainMenu*background: AntiqueWhite
  40. +*mainMenu*foreground: gray15
  41. +*vtMenu*background: AntiqueWhite
  42. +*vtMenu*foreground: gray15
  43. +*fontMenu*background: AntiqueWhite
  44. +*fontMenu*foreground: gray15
  45. +*tekMenu*background: AntiqueWhite
  46. +*tekMenu*foreground: gray15
  47. +
  48. ! The following two sections take advantage of new features in version 7
  49. -! of the Athena widget library. Comment them out if you have a shallow
  50. -! color depth.
  51. +! of the Athena widget library; see Xaw(7x).
  52. +
  53. +! This section is commented out because Xaw has no way to dynamically size
  54. +! the gradient. The dimension parameter may need to be adjusted depending
  55. +! on the font used in the menu.
  56. !*SimpleMenu*backgroundPixmap: gradient:vertical?dimension=350&start=gray90&end=gray60
  57. !*SimpleMenu*foreground: gray15
  58. -!*VT100.scrollbar.thumb: vlines2
  59. -!*VT100.scrollbar.width: 14
  60. -!*VT100.scrollbar.background: gray60
  61. -!*VT100.scrollbar.foreground: rgb:a/5/5
  62. -!*VT100.scrollbar.borderWidth: 0
  63. -!*VT100.scrollbar.displayList:\
  64. -!foreground gray90;\
  65. -!lines 1,-1,-1,-1,-1,1;\
  66. -!foreground gray60;\
  67. -!lines -1,0,0,0,0,-1
  68. +*VT100.scrollbar.thumb: vlines2
  69. +*VT100.scrollbar.width: 14
  70. +*VT100.scrollbar.background: gray60
  71. +*VT100.scrollbar.foreground: rgb:a/5/5
  72. +*VT100.scrollbar.borderWidth: 0
  73. +*VT100.scrollbar.displayList:\
  74. +foreground gray90;\
  75. +lines 1,-1,-1,-1,-1,1;\
  76. +foreground gray60;\
  77. +lines -1,0,0,0,0,-1
  78. #endif