about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-11-13 12:11:05 +0100
committerMichael Vetter <jubalh@iodoru.org>2019-11-13 12:11:05 +0100
commit46fd7150e5e22f986b151ef01eaffa673cff9f1e (patch)
tree0e7cdf6c1bac2c797ff3e8dbc48f6ba082514af1 /src/ui
parentcc164728a7db5f909f570300db74a8dc818c5407 (diff)
downloadprofani-tty-46fd7150e5e22f986b151ef01eaffa673cff9f1e.tar.gz
Add vim modeline
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/buffer.c1
-rw-r--r--src/ui/buffer.h1
-rw-r--r--src/ui/chatwin.c1
-rw-r--r--src/ui/confwin.c1
-rw-r--r--src/ui/console.c1
-rw-r--r--src/ui/core.c1
-rw-r--r--src/ui/inputwin.c1
-rw-r--r--src/ui/inputwin.h1
-rw-r--r--src/ui/mucwin.c1
-rw-r--r--src/ui/notifier.c1
-rw-r--r--src/ui/occupantswin.c1
-rw-r--r--src/ui/privwin.c1
-rw-r--r--src/ui/rosterwin.c1
-rw-r--r--src/ui/screen.c1
-rw-r--r--src/ui/screen.h1
-rw-r--r--src/ui/statusbar.c1
-rw-r--r--src/ui/statusbar.h1
-rw-r--r--src/ui/titlebar.c1
-rw-r--r--src/ui/titlebar.h1
-rw-r--r--src/ui/tray.c1
-rw-r--r--src/ui/tray.h1
-rw-r--r--src/ui/ui.h1
-rw-r--r--src/ui/win_types.h1
-rw-r--r--src/ui/window.c1
-rw-r--r--src/ui/window.h1
-rw-r--r--src/ui/window_list.c1
-rw-r--r--src/ui/window_list.h1
-rw-r--r--src/ui/xmlwin.c1
28 files changed, 28 insertions, 0 deletions
diff --git a/src/ui/buffer.c b/src/ui/buffer.c
index f24f1d8f..a4ae41da 100644
--- a/src/ui/buffer.c
+++ b/src/ui/buffer.c
@@ -1,5 +1,6 @@
 /*
  * buffer.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index b11a5381..67cd6d5b 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -1,5 +1,6 @@
 /*
  * buffer.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index cdd17f8d..d92f0de4 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -1,5 +1,6 @@
 /*
  * chatwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/confwin.c b/src/ui/confwin.c
index 042e0f8d..9ab5a512 100644
--- a/src/ui/confwin.c
+++ b/src/ui/confwin.c
@@ -1,5 +1,6 @@
 /*
  * confwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/console.c b/src/ui/console.c
index 1307f8f6..9d20b5f2 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1,5 +1,6 @@
 /*
  * console.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/ui/core.c b/src/ui/core.c
index 3e083947..2bc03b27 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1,5 +1,6 @@
 /*
  * core.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 5c4b6630..ca3b688c 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -1,5 +1,6 @@
 /*
  * inputwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index af53694a..3aefcc0a 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -1,5 +1,6 @@
 /*
  * inputwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index c08618ad..f2d1a946 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -1,5 +1,6 @@
 /*
  * mucwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/ui/notifier.c b/src/ui/notifier.c
index 970d04eb..9b2714a1 100644
--- a/src/ui/notifier.c
+++ b/src/ui/notifier.c
@@ -1,5 +1,6 @@
 /*
  * notifier.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index a5ccb993..9b6a3f62 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.c
@@ -1,5 +1,6 @@
 /*
  * occupantswin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/ui/privwin.c b/src/ui/privwin.c
index 1ba3c0c2..b888041a 100644
--- a/src/ui/privwin.c
+++ b/src/ui/privwin.c
@@ -1,5 +1,6 @@
 /*
  * privwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c
index d7734174..9357814e 100644
--- a/src/ui/rosterwin.c
+++ b/src/ui/rosterwin.c
@@ -1,5 +1,6 @@
 /*
  * rosterwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/screen.c b/src/ui/screen.c
index dfb67ad9..2e6faf4b 100644
--- a/src/ui/screen.c
+++ b/src/ui/screen.c
@@ -1,5 +1,6 @@
 /*
  * screen.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/screen.h b/src/ui/screen.h
index f42cad46..b934b83e 100644
--- a/src/ui/screen.h
+++ b/src/ui/screen.h
@@ -1,5 +1,6 @@
 /*
  * screen.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 420d3021..39b1ddbb 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -1,5 +1,6 @@
 /*
  * statusbar.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/ui/statusbar.h b/src/ui/statusbar.h
index d97101e2..6c5513f9 100644
--- a/src/ui/statusbar.h
+++ b/src/ui/statusbar.h
@@ -1,5 +1,6 @@
 /*
  * statusbar.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index e1758d81..9cb2cfec 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -1,5 +1,6 @@
 /*
  * titlebar.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h
index 35c48040..d2913c99 100644
--- a/src/ui/titlebar.h
+++ b/src/ui/titlebar.h
@@ -1,5 +1,6 @@
 /*
  * titlebar.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/tray.c b/src/ui/tray.c
index a40b7dec..d327fc1c 100644
--- a/src/ui/tray.c
+++ b/src/ui/tray.c
@@ -1,5 +1,6 @@
 /*
  * tray.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/tray.h b/src/ui/tray.h
index 939dd4e7..89e51ec0 100644
--- a/src/ui/tray.h
+++ b/src/ui/tray.h
@@ -1,5 +1,6 @@
 /*
  * tray.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 244d32ef..21bb1e32 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -1,5 +1,6 @@
 /*
  * ui.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 68c7b674..5307a483 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -1,5 +1,6 @@
 /*
  * win_types.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/window.c b/src/ui/window.c
index bb68f035..d4495099 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1,5 +1,6 @@
 /*
  * window.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/window.h b/src/ui/window.h
index b1e78bd9..79def390 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -1,5 +1,6 @@
 /*
  * window.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 5db41b0c..180dcf3e 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.c
@@ -1,5 +1,6 @@
 /*
  * window_list.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index 003e1dc5..c6e76cdb 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -1,5 +1,6 @@
 /*
  * window_list.h
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *
diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c
index 5aa19f7d..5f303de0 100644
--- a/src/ui/xmlwin.c
+++ b/src/ui/xmlwin.c
@@ -1,5 +1,6 @@
 /*
  * xmlwin.c
+ * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
  *