summaryrefslogtreecommitdiff
path: root/src/gui/curses
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
commit7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch)
treea850ee3b91e48bb388098f480fb895e31a80451c /src/gui/curses
parenta64dad2597796cfc56bdebf624bcf4984991ad8b (diff)
downloadweechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip
core: move comments with description of C file to top of files
Diffstat (limited to 'src/gui/curses')
-rw-r--r--src/gui/curses/gui-curses-bar-window.c6
-rw-r--r--src/gui/curses/gui-curses-chat.c6
-rw-r--r--src/gui/curses/gui-curses-color.c6
-rw-r--r--src/gui/curses/gui-curses-key.c6
-rw-r--r--src/gui/curses/gui-curses-main.c6
-rw-r--r--src/gui/curses/gui-curses-mouse.c6
-rw-r--r--src/gui/curses/gui-curses-term.c6
-rw-r--r--src/gui/curses/gui-curses-window.c6
8 files changed, 16 insertions, 32 deletions
diff --git a/src/gui/curses/gui-curses-bar-window.c b/src/gui/curses/gui-curses-bar-window.c
index 83a1375f4..452a78ca3 100644
--- a/src/gui/curses/gui-curses-bar-window.c
+++ b/src/gui/curses/gui-curses-bar-window.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-bar-window.c - bar window functions for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-bar-window.c: bar window functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c
index 56fae3136..b404682fe 100644
--- a/src/gui/curses/gui-curses-chat.c
+++ b/src/gui/curses/gui-curses-chat.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-chat.c - chat display functions for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-chat.c: chat display functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c
index 44c164bf9..57cb67ba9 100644
--- a/src/gui/curses/gui-curses-color.c
+++ b/src/gui/curses/gui-curses-color.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-color.c - color functions for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-color.c: color functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-key.c b/src/gui/curses/gui-curses-key.c
index 1d43e5219..fd8b100f8 100644
--- a/src/gui/curses/gui-curses-key.c
+++ b/src/gui/curses/gui-curses-key.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-key.c - keyboard functions for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-key.c: keyboard functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c
index dcb92846c..90683ee2f 100644
--- a/src/gui/curses/gui-curses-main.c
+++ b/src/gui/curses/gui-curses-main.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-main.c - main loop for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-main.c: main loop for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-mouse.c b/src/gui/curses/gui-curses-mouse.c
index 8a9b658ee..34c5c2fd5 100644
--- a/src/gui/curses/gui-curses-mouse.c
+++ b/src/gui/curses/gui-curses-mouse.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-mouse.c - mouse functions for Curses GUI
+ *
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-mouse.c: mouse functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-term.c b/src/gui/curses/gui-curses-term.c
index 65d0695c5..7cdc1c8d8 100644
--- a/src/gui/curses/gui-curses-term.c
+++ b/src/gui/curses/gui-curses-term.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-term.c - terminal functions for Curses GUI
+ *
* Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-term.c: terminal functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c
index be3a62ec5..0adfc1f13 100644
--- a/src/gui/curses/gui-curses-window.c
+++ b/src/gui/curses/gui-curses-window.c
@@ -1,4 +1,6 @@
/*
+ * gui-curses-window.c - window display functions for Curses GUI
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * gui-curses-window.c: window display functions for Curses GUI
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif