aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/console_font_normal-0.39.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches/console_font_normal-0.39.2.patch')
-rw-r--r--packages/patches/console_font_normal-0.39.2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/patches/console_font_normal-0.39.2.patch b/packages/patches/console_font_normal-0.39.2.patch
deleted file mode 100644
index 2b7f8361..00000000
--- a/packages/patches/console_font_normal-0.39.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- u_main.tk Thu Jun 9 11:54:59 2005
-+++ u_main.tk Thu Jun 9 16:17:58 2005
-@@ -172,8 +171,8 @@
-
-
- frame .printout
--text .printout.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
-- -yscrollcommand ".printout.scroll set" -width 80
-+text .printout.text -relief raised -bd 2 -font {courier 12 normal} \
-+ -yscrollcommand ".printout.scroll set" -width 60
- # .printout.text insert end "\n\n\n\n\n\n\n\n\n\n"
- scrollbar .printout.scroll -command ".printout.text yview"
- pack .printout.scroll -side right -fill y