window(1): Sync with NetBSD (which is cleaner than FreeBSD's).
authorSascha Wildner <saw@online.de>
Thu, 14 May 2009 10:19:57 +0000 (12:19 +0200)
committerSascha Wildner <saw@online.de>
Thu, 14 May 2009 11:06:03 +0000 (13:06 +0200)
commitabecab39b8cb411d5f9d00b660339903f34c0bb0
treeb1968b774b286cbf97a28eff0c3d8c70c93c9d99
parent79b38af28ede94a44548a7aa7d228d18f686b35a
window(1): Sync with NetBSD (which is cleaner than FreeBSD's).

Raise WARNS to 6.
102 files changed:
usr.bin/window/Makefile
usr.bin/window/README
usr.bin/window/alias.h
usr.bin/window/char.c
usr.bin/window/char.h
usr.bin/window/cmd.c
usr.bin/window/cmd1.c
usr.bin/window/cmd2.c
usr.bin/window/cmd3.c
usr.bin/window/cmd4.c
usr.bin/window/cmd5.c
usr.bin/window/cmd6.c
usr.bin/window/cmd7.c
usr.bin/window/compress.c
usr.bin/window/context.c
usr.bin/window/context.h
usr.bin/window/defs.h
usr.bin/window/error.c
usr.bin/window/lcmd.c
usr.bin/window/lcmd.h
usr.bin/window/lcmd1.c
usr.bin/window/lcmd2.c
usr.bin/window/local.h
usr.bin/window/main.c
usr.bin/window/mloop.c
usr.bin/window/parser.h
usr.bin/window/parser1.c
usr.bin/window/parser2.c
usr.bin/window/parser3.c
usr.bin/window/parser4.c
usr.bin/window/parser5.c
usr.bin/window/scanner.c
usr.bin/window/startup.c
usr.bin/window/string.c
usr.bin/window/token.h
usr.bin/window/tt.h
usr.bin/window/ttf100.c
usr.bin/window/ttgeneric.c
usr.bin/window/tth19.c
usr.bin/window/tth29.c
usr.bin/window/ttinit.c
usr.bin/window/ttoutput.c
usr.bin/window/tttermcap.c
usr.bin/window/tttvi925.c
usr.bin/window/ttwyse60.c
usr.bin/window/ttwyse75.c
usr.bin/window/ttzapple.c
usr.bin/window/ttzentec.c
usr.bin/window/value.h
usr.bin/window/var.c
usr.bin/window/var.h
usr.bin/window/win.c
usr.bin/window/window.1
usr.bin/window/window_string.h [copied from usr.bin/window/wwend.c with 64% similarity]
usr.bin/window/windowrc
usr.bin/window/ww.h
usr.bin/window/wwadd.c
usr.bin/window/wwalloc.c
usr.bin/window/wwbox.c
usr.bin/window/wwchild.c
usr.bin/window/wwclose.c
usr.bin/window/wwclreol.c
usr.bin/window/wwclreos.c
usr.bin/window/wwcursor.c
usr.bin/window/wwdata.c
usr.bin/window/wwdelchar.c
usr.bin/window/wwdelete.c
usr.bin/window/wwdelline.c
usr.bin/window/wwdump.c
usr.bin/window/wwend.c
usr.bin/window/wwenviron.c
usr.bin/window/wwerror.c
usr.bin/window/wwflush.c
usr.bin/window/wwframe.c
usr.bin/window/wwgets.c
usr.bin/window/wwinit.c
usr.bin/window/wwinschar.c
usr.bin/window/wwinsline.c
usr.bin/window/wwiomux.c
usr.bin/window/wwlabel.c
usr.bin/window/wwmisc.c
usr.bin/window/wwmove.c
usr.bin/window/wwopen.c
usr.bin/window/wwprintf.c
usr.bin/window/wwpty.c
usr.bin/window/wwputc.c
usr.bin/window/wwputs.c
usr.bin/window/wwredraw.c
usr.bin/window/wwredrawwin.c
usr.bin/window/wwrint.c
usr.bin/window/wwscroll.c
usr.bin/window/wwsize.c
usr.bin/window/wwspawn.c
usr.bin/window/wwsuspend.c
usr.bin/window/wwterminfo.c
usr.bin/window/wwtty.c
usr.bin/window/wwunframe.c
usr.bin/window/wwupdate.c
usr.bin/window/wwwrite.c
usr.bin/window/xx.c
usr.bin/window/xx.h
usr.bin/window/xxflush.c