Changeset b6cf72f 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:
d2fd2f7
Parents:
9c1e61d4
git-author:
David Benjamin <davidben@mit.edu> (08/15/10 19:42:43)
git-committer:
David Benjamin <davidben@mit.edu> (09/18/10 17:07:40)
Message:
FINALLY! Add a popless:search command

That took a while.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r9c1e61d4 rb6cf72f  
    10041004                  "popless:start-command [initial-value]",
    10051005                  "Initializes the command field to initial-value"),
     1006
     1007  OWLCMD_ARGS_CTX("popless:search", owl_viewwin_command_search, OWL_CTX_POPLESS,
     1008                  "search lines for a particular string",
     1009                  "popless:search [-r] [<string>]",
     1010                  "The popless:search command will find lines that contain the\n"
     1011                  "specified string and scroll the popwin there.  If no string\n"
     1012                  "argument is supplied then the previous one is used.  By\n"
     1013                  "default searches are done forwards; if -r is used the search\n"
     1014                  "is performed backwards"),
    10061015
    10071016  OWLCMD_ALIAS("webzephyr", "zwrite daemon.webzephyr -c webzephyr -i"),
Note: See TracChangeset for help on using the changeset viewer.