diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-08 22:14:26 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-08 22:14:26 +0200 |
| commit | db967b35d4c24000ef69283c2995010a08efb598 (patch) | |
| tree | be0a20b9a18c04429b85afe14abe97dfe4440752 /bochs | |
| parent | 52f3e224fb4d3e05202134f7747fdee00a03ed61 (diff) | |
working on mouse driver
Diffstat (limited to 'bochs')
| -rw-r--r-- | bochs/bochsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bochs/bochsrc b/bochs/bochsrc index 9588480..8ad5504 100644 --- a/bochs/bochsrc +++ b/bochs/bochsrc @@ -691,7 +691,7 @@ keyboard_paste_delay: 100000 # mouse: type=serial, enabled=1 # mouse: enabled=0, toggle=ctrl+f10 #======================================================================= -mouse: enabled=0 +mouse: enabled=1 #======================================================================= # private_colormap: Request that the GUI create and use it's own |
