Hier finden sich undokumentierte Eigenschaften von Dienstprogrammen, die mit OpenVMS ausgeliefert werden, die aber eine eigene Anwender-Schnittstelle haben.
Das Options/Pointer Menue des Session-Manager stellt nur eine sehr beschränkte Auswahl von Cursor-Formen zur Auswahl. Eine wesentlich größere Vielfalt ist erreichbar, wenn man DECW$SMB_POINTER_COLOR.DAT editiert und die Zeile mit dem Eintrag sm.pointer_shape ändert. Die möglichen Werte finden sich in X11:cursorfont.h. Der Wert für sm.pointer_shape ist die in cursorfont.h gefundene Zahl mit einem vorangestellten Minus-Zeichen, z.B.
ergibt als Resultat das Raumschiff Enterprise als Form des Cursors.
TPU V2 und spätere Versionen implementieren einen save changes_only Modus, der in sys$examples:eve$build.tpu wie folgt erklärt wird:
! Digital Internal Use Only Feature: ! ! By default a .TPU$SECTION file contains all of the procedures, key ! maps, key map lists, constants and variables that have been defined ! during a session. Starting with VAXTPU V2.0, DECTPU will read any ! section file created by any version of DECTPU from VAXTPU V2.0 ! forward. (VAXTPU V3.0 is now referred to as DECTPU since it is ! not limited to running on the VAX.) ! ! VAXTPU V2.0 has also introduced the concept of a 'changes only' ! section file. A changes only section file contains only those ! things that have changed during the session that creates the ! section file, along with a reference to the EXACT section file that ! the new file was created from. Changes only section files can be ! significantly smaller than a 'full' section file. Note however ! that there are no provisions to allow access to newer section files ! in place of the 'base' section file, for example, a newer version ! of EVE in place of the one that was used to create the changes only ! section file. ! ! By setting the variable EVE$$X_SAVE_CHANGES to 1, EVE$BUILD will ! create a changes only section file. Digital recommends that ! customers do NOT set this variable. ! ! *** Changes only section files are for DIGITAL internal use only ***

Kommentare an: Martin P.J. Zinser
Letzte Änderung: 20020922