]> git.pld-linux.org Git - packages/dosemu.git/blame - dosemu-dosemu_conf.patch
- fixed building of html
[packages/dosemu.git] / dosemu-dosemu_conf.patch
CommitLineData
5a6901a1
JB
1--- dosemu-1.1.4/etc/dosemu.conf.orig Wed Dec 18 02:36:44 2002
2+++ dosemu-1.1.4/etc/dosemu.conf Sat Jan 25 23:35:28 2003
3@@ -27,7 +27,7 @@
4 # Please edit only between the brackets and quotes and keep the rest intact.
5 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
6 #
7-#$_hdimage = "freedos"
8+$_hdimage = "bootdir"
9 # # List of hdimages or boot directories under
10 # # syshdimagedir (/var/lib/dosemu by default)
11 # # assigned in this order such as
12@@ -103,7 +103,7 @@
13 #
14 #$_rawkeyboard = (0) # bypass normal keyboard input on the Linux console,
15 # # maybe dangerous
16-#$_layout = "auto" # one of: finnish(-latin1), de(-latin1), be, it, us
64ade7aa 17+$_layout = "us" # one of: finnish(-latin1), de(-latin1), be, it, us
5a6901a1
JB
18 # # uk, dk(-latin1), keyb-no, no-latin1, dvorak, po
19 # # sg(-latin1), fr(-latin1), sf(-latin1), es(-latin1)
20 # # sw, hu(-latin2), hu-cwi, keyb-user
21@@ -159,7 +159,7 @@
22 #
23 #$_mouse = "" # one of: microsoft, mousesystems, logitech, mmseries
24 # # mouseman, hitachi, busmouse, ps2, imps2
25-#$_mouse_dev = "" # one of: com1, com2, com3, com4 or /dev/mouse
64ade7aa 26+$_mouse_dev = "/dev/mouse" # one of: com1, com2, com3, com4 or /dev/mouse
5a6901a1
JB
27 #$_mouse_flags = "" # empty list or one or more of:
28 # # "emulate3buttons cleardtr"
29 #$_mouse_baud = (0) # baudrate, 0 == don't set
This page took 0.073867 seconds and 4 git commands to generate.