7.4.8 Parameters affecting CSS Behavior

All of the settings that control the behavior of CSS are contained in the global object called cssSettings. This is actually just a reference to the taMisc class, which is part of the TypeAccess system. The members of this class that can be set by the user are listed below (see also see section 6.17 Settings Affecting GUI Behavior):

int display_width
Width of the shell display in characters.
int sep_tabs
Number of tabs to separate items by in listings.
int search_depth
The recursive depth at which css stops searching for an object's path.
TypeInfo type_info
The amount of information about a class type that is reported when the "type" command is used in CSS.

Type_info has one of the following values:

  • MEMB_OFFSETS shows the byte offset of members
  • All_INFO shows all type info except memb_offsets
  • NO_OPTIONS shows all info except type options
  • NO_LISTS shows all info but lists
  • NO_OPTIONS_LISTS shows all info but options and lists

    The default is NO_OPTIONS_LISTS