Establish "Open view" section
authorJonas Fonseca <fonseca@diku.dk>
Wed, 7 Jun 2006 00:07:47 +0000 (02:07 +0200)
committerJonas Fonseca Madsen <fonseca@ask.diku.dk>
Wed, 7 Jun 2006 00:07:47 +0000 (02:07 +0200)
tig.c

diff --git a/tig.c b/tig.c
index e26b383..3bf5a25 100644 (file)
--- 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. */