'set novalue on' /* force KEXX and its way of SIGNAL ON NOVALUE */ /* Usage: 'macro' monitor.1() */ /* Requires: Kedit 5.0 or Kedit for Windows 1.0 */ /* Purpose: 'macro' monitor.1() selects automatically the */ /* best color scheme in the DOS or OS/2 version of */ /* Kedit (i.e. MONO.KEX or COLOR.KEX). For KeditW */ /* a dummy WINDOWS.KEX supports this old catch 22. */ 'color cmdline black on gray' 'color tofeof bright white on gray' 'color prefix bright white on gray' 'color block black on cyan' 'color msgline' subword( color.1( 'tooltip' ), 2 )