diff options
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; } |
