Author: bdonlan
Date: 2004-12-16 13:00:31 -0500 (Thu, 16 Dec 2004)
New Revision: 419
Modified:
trunk/
trunk/clients/ncurses/Makefile.am
trunk/clients/ncurses/autogen.sh
trunk/clients/ncurses/configure.in
trunk/clients/ncurses/display.c
trunk/clients/ncurses/display.h
trunk/clients/ncurses/entry.c
trunk/clients/ncurses/entry.h
trunk/clients/ncurses/event.c
trunk/clients/ncurses/event.h
trunk/clients/ncurses/main.c
trunk/clients/ncurses/mymalloc.c
trunk/clients/ncurses/mymalloc.h
trunk/clients/ncurses/net.h
Log:
[EMAIL PROTECTED]: bdonlan | 2004-12-16T18:00:17.661323Z
Add vim modelines as per guidelines.txt
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk:2052
27e50396-46e3-0310-8b22-ae223a1f35ce:/local:212
edfcd8bd-4ce7-0310-a97e-bb1efd40edf3:/local:238
+ 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk:2064
27e50396-46e3-0310-8b22-ae223a1f35ce:/local:212
edfcd8bd-4ce7-0310-a97e-bb1efd40edf3:/local:238
Modified: trunk/clients/ncurses/Makefile.am
===================================================================
--- trunk/clients/ncurses/Makefile.am 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/Makefile.am 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,6 @@
+## Process this file with automake to produce Makefile.in
+## vim: set ts=4 sw=4 si ai sta tw=104:
+
bin_PROGRAMS = havercurs
havercurs_SOURCES = main.c main.h \
display.c display.h \
Modified: trunk/clients/ncurses/autogen.sh
===================================================================
--- trunk/clients/ncurses/autogen.sh 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/autogen.sh 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,4 +1,5 @@
#!/bin/bash
+# vim: set ts=4 sw=4 expandtab si ai sta tw=104:
export WANT_AUTOMAKE=1.7
set -x
aclocal &&
Modified: trunk/clients/ncurses/configure.in
===================================================================
--- trunk/clients/ncurses/configure.in 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/configure.in 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,4 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
+dnl vim: set ts=4 sw=4 expandtab si ai sta tw=104:
+
AC_INIT(havercurs, 0.0.1)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
Modified: trunk/clients/ncurses/display.c
===================================================================
--- trunk/clients/ncurses/display.c 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/display.c 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#include "display.h"
#include <ncurses.h>
Modified: trunk/clients/ncurses/display.h
===================================================================
--- trunk/clients/ncurses/display.h 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/display.h 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#ifndef DISPLAY_H
#define DISPLAY_H 1
Modified: trunk/clients/ncurses/entry.c
===================================================================
--- trunk/clients/ncurses/entry.c 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/entry.c 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#include "mymalloc.h"
#include <string.h>
#include <stdlib.h>
Modified: trunk/clients/ncurses/entry.h
===================================================================
--- trunk/clients/ncurses/entry.h 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/entry.h 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#ifndef ENTRY_H
#define ENTRY_H 1
Modified: trunk/clients/ncurses/event.c
===================================================================
--- trunk/clients/ncurses/event.c 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/event.c 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#include "mymalloc.h"
#include "event.h"
#include <sys/time.h>
Modified: trunk/clients/ncurses/event.h
===================================================================
--- trunk/clients/ncurses/event.h 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/event.h 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#ifndef EVENT_H
#define EVENT_H 1
Modified: trunk/clients/ncurses/main.c
===================================================================
--- trunk/clients/ncurses/main.c 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/main.c 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#include <ncurses.h>
#include <signal.h>
#include <stdlib.h>
Modified: trunk/clients/ncurses/mymalloc.c
===================================================================
--- trunk/clients/ncurses/mymalloc.c 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/mymalloc.c 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#include <stdlib.h>
#include <ncurses.h>
#include "mymalloc.h"
Modified: trunk/clients/ncurses/mymalloc.h
===================================================================
--- trunk/clients/ncurses/mymalloc.h 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/mymalloc.h 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#ifndef MYMALLOC_H
#define MYMALLOC_H 1
Modified: trunk/clients/ncurses/net.h
===================================================================
--- trunk/clients/ncurses/net.h 2004-12-16 17:51:21 UTC (rev 418)
+++ trunk/clients/ncurses/net.h 2004-12-16 18:00:31 UTC (rev 419)
@@ -1,3 +1,4 @@
+/* vim: set ts=4 sw=4 expandtab si ai sta tw=104: */
#ifndef NET_H
#define NET_H 1