Changeset d6c2e03 for editwin.c

Timestamp:
Sep 30, 2011, 9:32:19 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
2dd9c48
Parents:
7b89e8c
git-author:
David Benjamin <davidben@mit.edu> (09/30/11 20:48:57)
git-committer:
David Benjamin <davidben@mit.edu> (09/30/11 21:32:19)
Message:
Allow building a zwrite from an argv

Add new versions of owl_zwrite_create and owl_zwrite_new. Note that this
means we rebuild z->zwriteline from scratch unconditionally. The only
behavior change is that the user's spacing and quoting is not preserved
in zwrite locktext.  For instance

  :zwrite     davidben       -i   "spaces yay?"

now gets a locktext of

  ----> zwrite davidben -i 'spaces yay?'

I think this isn't a big deal. It already happens for every other *write
locktext, and if we kill the buff argument, it'll happen there too.
(No files)

Note: See TracChangeset for help on using the changeset viewer.