Changeset 09ceee3 for commands.c


Ignore:
Timestamp:
Sep 18, 2010, 5:07:40 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
2ec737f
Parents:
4811422
git-author:
David Benjamin <davidben@mit.edu> (08/15/10 19:15:19)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:40)
Message:
Add a command-line to the viewwin

It's triggered via popless:start-command.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rfc5eef4 r09ceee3  
    998998                  "exits the popless window",
    999999                  "", ""),
     1000
     1001  OWLCMD_ARGS_CTX("popless:start-command", owl_viewwin_start_command,
     1002                  OWL_CTX_POPLESS,
     1003                  "starts a command line in the popless",
     1004                  "popless:start-command [initial-value]",
     1005                  "Initializes the command field to initial-value"),
    10001006
    10011007  OWLCMD_ALIAS("webzephyr", "zwrite daemon.webzephyr -c webzephyr -i"),
Note: See TracChangeset for help on using the changeset viewer.