mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
25304384e7
kterm16c is a 16 color-support version of kterm. It is useful for console hardcopy on a VGA terminal. 16 color patch was made by KANDA Toshihiro <candy@kgc.co.jp>. PR: 9976 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
diff --exclude=Makefile -ur kterm-6.2.0.orig/kterm.hkterm.h
|
|
--- kterm-6.2.0.orig/kterm.h Fri Jul 12 14:01:37 1996
|
|
+++ kterm.h Thu Dec 24 11:46:28 1998
|
|
@@ -37,5 +37,6 @@
|
|
#define KTERM_COLOR /* color sequence */
|
|
#define KTERM_NOTEK /* disables Tektronix emulation */
|
|
#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
|
|
+#define COLOR_16 /* 16 palets, BOLD means hilight */
|
|
|
|
#endif /* !_KTERM_H_ */
|