From ea76b6988ccafaa6a4d4ed90f2489d0e49e1f180 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 5 Sep 2015 09:32:30 -0400 Subject: Imported Upstream version 0.40.24 --- df | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 df (limited to 'df') diff --git a/df b/df new file mode 100755 index 0000000..d274527 --- /dev/null +++ b/df @@ -0,0 +1,7 @@ +#!/bin/sh +DF_DIR=$(dirname "$0") +cd "${DF_DIR}" +export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch. +#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing. +./libs/Dwarf_Fortress "$@" # Go, go, go! :) + -- cgit v1.2.3