diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:26:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:26:37 +0000 |
| commit | 843f9726ab6fd99fe3a2f285e6c85bd2880a275f (patch) | |
| tree | 201a1ece1d918d814ce22e47764b389cf23c025c /util/epist/screen.cc | |
| parent | f32096dcd2c5a4e44763def56c290ce37aa548ba (diff) | |
add execute command. add string to action class.
Diffstat (limited to 'util/epist/screen.cc')
| -rw-r--r-- | util/epist/screen.cc | 2 |
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; } |
