summaryrefslogtreecommitdiff
path: root/util/epist/screen.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 16:26:37 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 16:26:37 +0000
commit843f9726ab6fd99fe3a2f285e6c85bd2880a275f (patch)
tree201a1ece1d918d814ce22e47764b389cf23c025c /util/epist/screen.cc
parentf32096dcd2c5a4e44763def56c290ce37aa548ba (diff)
add execute command. add string to action class.
Diffstat (limited to 'util/epist/screen.cc')
-rw-r--r--util/epist/screen.cc2
1 files changed, 1 insertions, 1 deletions
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;
}