summaryrefslogtreecommitdiff
path: root/src/emulators
Commit message (Collapse)AuthorAge
* Change scroll units from pixels to linesBen Bridle5 days
| | | | | The input device now uses lines instead of pixels as the scroll unit. Reverts commit 2db5707.
* Sandbox the file deviceBen Bridle5 days
| | | | | | Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system.
* Fix scale factor used when scrolling by linesBen Bridle8 days
| | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels.
* Initial commitBen Bridle9 days