cdesktopenv/cde/lib/DtTerm/TermPrim
Pascal Stumpf 8bbf5a7a1b Allow dtterm to at least allocate a pty on OpenBSD. Display is still mangled, however, and it frequently crashes (64bit issue). 2012-08-10 14:08:48 -06:00
..
Imakefile Change over Linux to using the System V style pty code, it seems at some 2012-03-20 20:43:06 +00:00
TermHeader.h OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrim.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrim.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimAction.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimAction.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimBuffer.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimBuffer.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimBufferP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimBufferWc.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimCursor.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimCursor.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimData.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimDebug.c GCC no longer supports <varargs.h>, change to <stdarg.h> 2012-03-11 14:21:26 +00:00
TermPrimDebug.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimFunction.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimFunction.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimGetPty-bsd.c Allow dtterm to at least allocate a pty on OpenBSD. Display is still mangled, however, and it frequently crashes (64bit issue). 2012-08-10 14:08:48 -06:00
TermPrimGetPty-clone.c On linux it seems that _XTyname() only takes one argument, no buffer required. 2012-03-11 19:12:51 +00:00
TermPrimGetPty-svr4.c dtterm: fixes so job control will work. 2012-06-18 16:01:17 -06:00
TermPrimGetPty.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimI.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimLineDraw.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimLineDraw.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimLineDrawP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimLineFont.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimLineFontP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimMessageCatI.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimOSDepI.h OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimParse.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimParseTable.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimParseTable.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimParser.c OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimParser.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimParserP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimPendingText.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimPendingText.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimPendingTextP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRender.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRender.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderFont.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderFont.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderFontSet.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderFontSet.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderLineDraw.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderLineDraw.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderMb.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRenderP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRepType.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimRepType.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimScroll.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimScroll.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSelect.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSelect.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSelectP.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSetPty.c OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimSetPty.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSetUtmp.c OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimSetUtmp.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimSubproc.c OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimSubproc.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimUtil.c OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. 2012-08-10 14:07:36 -06:00
TermPrimUtil.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimVersion.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimWMProtocols.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
TermPrimWMProtocols.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00