From 843f9726ab6fd99fe3a2f285e6c85bd2880a275f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 16:26:37 +0000 Subject: add execute command. add string to action class. --- util/epist/screen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/epist/screen.cc') diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 98ad67f2..ce068122 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -202,7 +202,7 @@ void screen::handleKeypress(const XEvent &e) { return; case Action::execute: - execCommand("aterm"); + execCommand(it->string()); return; } -- cgit v1.2.3