[comp.sys.3b1] a few detailed mgr questions

daveb@ingres.com (Dave Brower, UNIX Group, [415] 748-3418) (06/23/91)

(1)  I run ksh in emacs mode, and use ^U as kill, and ^C as intr.  Under
     mgr, under some circumstances, these don't work.  I appear to
     get echoed the mgr font character in '\003' (something like a
     backwards E) rather than an interrupt, for instance.  Has anyone
     else seen anything like this?

(2)  How can I get a new window made with the menu rather than alt-^N
     to be in my font rather than the too-big system font?

(3)  How can I get system menus in my font rather than the too-big
     system font?

(4)  Has anyone contemplated writing a 3b1 emulation library for things
     like the window operations, the bit-blts etc?  It would be nice
     to be able to take the source of 3b1 applications, like cheapdraw,
     and get them to wokr under mgr.

thanks,
-dB

--
"If it were easy to understand, we wouldn't call it 'code'"
David Brower: {amdahl, cpsc6a, mtxinu, sun}!rtech!daveb daveb@ingres.com

wjc@hos1cad.ATT.COM (Bill Carpenter) (06/24/91)

daveb> (4) Has anyone contemplated writing a 3b1 emulation library for
daveb> things like the window operations, the bit-blts etc?  It would
daveb> be nice to be able to take the source of 3b1 applications, like
daveb> cheapdraw, and get them to wokr under mgr.

If there were an emulation library, I wonder if a new shared library
could be constructed with replacements for wrastop(), et al, to do the
right MGR things?  In that case, you wouldn't even need sources to run
TAM-ish applications under MGR.
-- 
  Bill Carpenter         att!hos1cad!wjc  or  attmail!bill

john@chance.UUCP (John R. MacMillan) (06/24/91)

|(1)  I run ksh in emacs mode, and use ^U as kill, and ^C as intr.  Under
|     mgr, under some circumstances, these don't work.  I appear to
|     get echoed the mgr font character in '\003' (something like a
|     backwards E) rather than an interrupt, for instance.  Has anyone
|     else seen anything like this?

Nope.

|(2)  How can I get a new window made with the menu rather than alt-^N
|     to be in my font rather than the too-big system font?
|
|(3)  How can I get system menus in my font rather than the too-big
|     system font?

A couple of possibilities:

1. Recompile MGR with a different default font (see DEFAULT_FONT in
   src/Makefile).

2. Use the -F <default-font> option when starting mgr.

|(4)  Has anyone contemplated writing a 3b1 emulation library for things
|     like the window operations, the bit-blts etc?  It would be nice
|     to be able to take the source of 3b1 applications, like cheapdraw,
|     and get them to wokr under mgr.

Considered it?  Yes.  Done it?  Not me. :-)