Technical Capabilities
Having trouble finding what you need?
Get in touch with us, so we can answer your specific questions directly.
Get In Touch

SMG$ - Screen Management

Overview

VX/SMG$ provides a call-compatible implementation of OpenVMS screen management routines for x86 and ARM Linux. It enables OpenVMS interactive and terminal-based applications to maintain structured display control, user interaction, and graphical text manipulation while running in a Linux environment.

Key Features

• Fully compatible with OpenVMS SMG$ APIs.

• Supports advanced screen management functions, including viewport manipulation, text rendering, and cursor control.

• Allows seamless migration of OpenVMS applications that rely on SMG$ routines for terminal-based interfaces.

• Integrates with VX/RT to provide full OpenVMS screen management capabilities on x86 and ARM Linux.

• Preserves OpenVMS display handling and user interaction logic without requiring major application modifications.

VX/SMG$ Callable Routines

SMG$ API Function
SMG$ALLOW_ESCAPEAllow escape sequences
SMG$BEGIN_DISPLAY_UPDATEBegin screen update
SMG$BEGIN_PASTEBOARD_UPDATEBegin pasteboard update
SMG$CANCEL_INPUTCancel input request
SMG$CANCEL_TYPE_AHEADCancels buffered keyboard input before processing
SMG$CHANGE_PBD_CHARACTERISTICSChange pasteboard settings
SMG$CHANGE_RENDITIONChange text style
SMG$CHANGE_VIEWPORTModify viewport settings
SMG$CHANGE_VIRTUAL_DISPLAYModify virtual display
SMG$CHECK_FOR_OCCLUSIONCheck for display occlusion
SMG$CONTROL_MODESet control mode
SMG$COPY_PASTEBOARDCopies contents of a pasteboard for display
SMG$COPY_VIRTUAL_DISPLAYCopy virtual display
SMG$CREATE_MENUCreate a menu
SMG$CREATE_PASTEBOARDCreate a pasteboard
SMG$CREATE_VIEWPORTCreate a viewport
SMG$CREATE_VIRTUAL_DISPLAYCreate a virtual display
SMG$CREATE_VIRTUAL_KEYBOARDCreate a virtual keyboard
SMG$CURSOR_COLUMNGet or set cursor column
SMG$CURSOR_ROWGet or set cursor row
SMG$DELETE_CHARSDelete characters from display
SMG$DELETE_LINEDelete a line from display
SMG$DELETE_MENUDelete a menu
SMG$DELETE_PASTEBOARDDelete a pasteboard
SMG$DELETE_VIEWPORTDelete a viewport
SMG$DELETE_VIRTUAL_DISPLAYDelete a virtual display
SMG$DELETE_VIRTUAL_KEYBOARDDelete a virtual keyboard
SMG$DRAW_CHARDraw a character on display
SMG$DRAW_LINEDraw a line on display
SMG$DRAW_RECTANGLEDraw a rectangle on display
SMG$END_DISPLAY_UPDATEEnd display update session
SMG$END_PASTEBOARD_UPDATEEnd pasteboard update
SMG$ERASE_CHARSErase characters on display
SMG$ERASE_COLUMNErase a column on display
SMG$ERASE_DISPLAYErase the entire display
SMG$ERASE_LINEErase a line on display
SMG$ERASE_PASTEBOARDErase pasteboard content
SMG$FIND_CURSOR_DISPLAYFind cursor position on display
SMG$FLUSH_BUFFERFlush display buffer
SMG$FLUSH_DISPLAY_UPDATEFlushes pending display updates
SMG$GET_BROADCAST_MESSAGERetrieve broadcast message
SMG$GET_CHAR_AT_PHYSICAL_CURSORGet character at cursor position
SMG$GET_DISPLAY_ATTRGet display attributes
SMG$GET_KEYBOARD_ATTRIBUTESRetrieves attributes of the keyboard device
SMG$GET_PASTEBOARD_ATTRIBUTESGet pasteboard attributes
SMG$GET_PASTING_INFORetrieve pasting information
SMG$GET_TERM_DATAGet terminal data
SMG$GET_VIEWPORT_CHARGet character from viewport
SMG$HOME_CURSORMove cursor to home position
SMG$INIT_TERM_TABLEInitialize terminal table
SMG$INIT_TERM_TABLE_BY_TYPEInit term table by type
SMG$INSERT_CHARSInsert characters into display
SMG$INSERT_LINEInsert a line into display
SMG$KEYCODE_TO_NAMEConvert keycode to name
SMG$LABEL_BORDERLabel viewport border
SMG$LIST_PASTING_ORDERList pasting order
SMG$LOAD_VIRTUAL_DISPLAYLoad a virtual display
SMG$MOVE_TEXTMove text in display
SMG$MOVE_VIRTUAL_DISPLAYMove virtual display
SMG$NAME_TO_KEYCODEConvert name to keycode
SMG$PASTE_VIRTUAL_DISPLAYPaste virtual display
SMG$POP_VIRTUAL_DISPLAYPop virtual display stack
SMG$PUT_CHARSWrite characters to display
SMG$PUT_CHARS_HIGHWIDEWrite high/wide characters
SMG$PUT_CHARS_MULTIWrite multiple characters
SMG$PUT_CHARS_WIDEWrite wide characters
SMG$PUT_HELP_TEXTDisplays help text in a virtual display
SMG$PUT_LINEWrite a line to display
SMG$PUT_LINE_HIGHWIDEWrite high/wide line
SMG$PUT_LINE_WIDEWrite wide line
SMG$PUT_PASTEBOARDWrite pasteboard content
SMG$PUT_STATUS_LINEDisplays a status line on the screen
SMG$PUT_VIRTUAL_DISPLAY_ENCODEDWrites encoded text to a virtual display
SMG$PUT_WITH_SCROLLWrite with scrolling
SMG$READ_COMPOSED_LINEReads a full line with composition features
SMG$READ_FROM_DISPLAYRead data from display
SMG$READ_KEYSTROKERead keystroke input
SMG$READ_STRINGRead a string input
SMG$REPAINT_LINERepaint a line on display
SMG$REPAINT_SCREENRepaint the entire screen
SMG$REPASTE_VIRTUAL_DISPLAYRepaste virtual display
SMG$RESTORE_PHYSICAL_SCREENRestore physical screen
SMG$RETURN_CURSOR_POSReturn cursor position
SMG$RING_BELLRing terminal bell
SMG$SAVE_PHYSICAL_SCREENSave physical screen
SMG$SAVE_VIRTUAL_DISPLAYSave virtual display
SMG$SCROLL_DISPLAY_AREAScroll display area
SMG$SCROLL_VIEWPORTScroll viewport
SMG$SELECT_FROM_MENUSelect item from menu
SMG$SET_CURSOR_ABSSet cursor absolute position
SMG$SET_CURSOR_MODESet cursor display mode
SMG$SET_CURSOR_RELSet cursor relative position
SMG$SET_DISPLAY_SCROLL_REGIONSet scrolling region
SMG$SET_KEYPAD_MODESet keypad input mode
SMG$SET_OUT_OF_BAND_ASTSConfigures out-of-band asynchronous system traps
SMG$SET_PHYSICAL_CURSORSet physical cursor
SMG$SET_TERM_CHARACTERISTICSSet terminal attributes
SMG$SNAPSHOTCaptures the current state of the screen
SMG$UNPASTE_VIRTUAL_DISPLAYUnpaste virtual display

Why Use VX/SMG$?

• Preserves OpenVMS screen management workflows, enabling direct porting of applications.

• Provides full compatibility with OpenVMS SMG$ display handling functions.

• Supports key OpenVMS terminal and graphical text operations, ensuring accurate visual representation.

• Seamlessly integrates into the VX/RT ecosystem for OpenVMS compatibility on x86 and ARM Linux.

VX/SMG$ ensures that OpenVMS applications requiring SMG$ services can be migrated without major modifications, preserving productivity and minimizing development costs.

Transform Your Legacy Software Today!

Get In Touch
Unlock the potential of your legacy software with our expert migration services.