diff options
author | Marco Peereboom <marco@conformal.com> | 2011-11-16 12:58:09 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-11-16 12:58:09 -0600 |
commit | 0104d69e423a6437bfc43dd57f5837f9a5805139 (patch) | |
tree | 8574c792d9a116958fad617a7ede4761b09d1e77 | |
parent | 1b89778af3517cd87f3b02deefa6cbb6378ce8a4 (diff) | |
download | xombrero-0104d69e423a6437bfc43dd57f5837f9a5805139.tar.gz |
make sure show actually works as well
-rw-r--r-- | xxxterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xxxterm.c b/xxxterm.c index a26211c..2196b98 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -3117,6 +3117,7 @@ struct cmd { /* proxy */ { "proxy", 0, proxy_cmd, XT_PRXY_SHOW, 0 }, + { "show", 1, proxy_cmd, XT_PRXY_SHOW, 0 }, { "toggle", 1, proxy_cmd, XT_PRXY_TOGGLE, 0 }, }; |