From: Jonas Fonseca Date: Wed, 7 Jun 2006 00:07:47 +0000 (+0200) Subject: Establish "Open view" section X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e10154d597c68456a76c4ad99665656ae2e494c3;p=tig.git Establish "Open view" section --- diff --git a/tig.c b/tig.c index e26b383..3bf5a25 100644 --- a/tig.c +++ b/tig.c @@ -1535,6 +1535,10 @@ end: } +/* + * View opening + */ + static void open_help_view(struct view *view) { char buf[BUFSIZ]; @@ -1573,7 +1577,6 @@ static void open_help_view(struct view *view) } } - enum open_flags { OPEN_DEFAULT = 0, /* Use default view switching. */ OPEN_SPLIT = 1, /* Split current view. */