Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoray kavukcuoglu <koray@kavukcuoglu.org>2013-06-15 14:18:16 +0400
committerkoray kavukcuoglu <koray@kavukcuoglu.org>2013-06-15 14:18:16 +0400
commitd1ed4b5780700068cba7f7f4a80408781665d4dc (patch)
tree52da26cf458598091a7c727746b1d7edc56ae46d /gnuplot.lua
parent7208a315f4c00bb45988e3ae7864b1f03b000e60 (diff)
add wxt term for mac
Diffstat (limited to 'gnuplot.lua')
-rw-r--r--gnuplot.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuplot.lua b/gnuplot.lua
index 74b29ca..ab9b0c4 100644
--- a/gnuplot.lua
+++ b/gnuplot.lua
@@ -134,6 +134,8 @@ local function getgnuplotdefaultterm(os)
return 'x11'
elseif os == 'mac' and gnuplothasterm('aqua') then
return 'aqua'
+ elseif os == 'mac' and gnuplothasterm('wxt') then
+ return 'wxt'
elseif os == 'mac' and gnuplothasterm('x11') then
return 'x11'
else