Terminal Emulation Functions  
 
Function Description
NvtClearDisplay Clear the specified display
NvtConvertDisplayPos Convert between pixel and screen coordinates
NvtCopySelectedText Copy the selected text to the clipboard
NvtCreateDisplay Create a new virtual terminal emulation display
NvtDeleteChar Delete the specified number of characters
NvtDeleteLine Delete the current line, shifting remaining lines up
NvtDestroyDisplay Destroy the specified virtual display
NvtEraseChar Erase the specified number of characters
NvtEraseLine Erase the current line
NvtGetCursorPos Return the current cursor position
NvtGetDisplayAttributes Return the current display attributes
NvtGetDisplayCell Return information about the specified cell in the virtual display
NvtGetDisplayCellSize Return the size of the display character cells
NvtGetDisplayColor Get the current virtual display colors
NvtGetDisplayColorMap Return the virtual display color table
NvtGetDisplayDC Get the current virtual display device context
NvtGetDisplayEmulation Get the current terminal emulation type
NvtGetDisplayFont Get the current virtual display font
NvtGetDisplayInfo Return information about the virtual display
NvtGetDisplayLine Return a line of text from the virtual display
NvtGetDisplayMode Get the current virtual display mode
NvtGetDisplayRect Return the rectangle for the display window client area
NvtGetDisplayScrollPos Get the display scroll box position
NvtGetDisplaySize Return the current size of the virtual display
NvtGetDisplayText Get the specified block of text from the virtual display
NvtGetDisplayWindow Get the current virtual display window
NvtGetMappedKey Return the escape sequence for the mapped key
NvtGetScrollRegion Return the current scrolling region
NvtGetSelectedText Return the currently selected text
NvtGetTextColor Return the current text foreground or background color
NvtInitialize Initialize the library for use by the client
NvtInsertChar Insert the specified number of characters
NvtInsertLine Insert a line, shifting the remaining lines down
NvtRefreshDisplay Refresh the specified display
NvtResetDisplay Reset the virtual display
NvtResetMappedKeys Reset the mapped key table to default values
NvtResizeDisplay Resize the virtual display
NvtRestoreCursor Restore the saved cursor position and text attributes
NvtSaveCursor Save the current cursor position and text attributes
NvtScrollDisplay Scroll the virtual display
NvtSelectDisplayText Select a region of the virtual display
NvtSetCursorPos Set the current cursor position
NvtSetDisplayAttributes Set the current display attributes
NvtSetDisplayBackColor Set the background color for the virtual display
NvtSetDisplayBoldColor Set the bold color for the virtual display
NvtSetDisplayCell Set the value of a character cell in the virtual display
NvtSetDisplayColor Set the virtual display colors
NvtSetDisplayColorMap Set the virtual display color table
NvtSetDisplayDC Set the current virtual display device context
NvtSetDisplayEmulation Set the current terminal emulation type
NvtSetDisplayFocus Set the focus on the virtual display
NvtSetDisplayFont Set the current virtual display font
NvtSetDisplayFontName Set the current virtual display font by name
NvtSetDisplayForeColor Set the foreground color for the virtual display
NvtSetDisplayMode Set the current virtual display mode
NvtSetDisplayScrollPos Set the display scroll box position
NvtSetDisplaySize Set the size of the virtual display
NvtSetDisplayWindow Set the current virtual display window
NvtSetMappedKey Set the escape sequence for the specified key
NvtSetScrollRegion Set the current scrolling region
NvtSetTextColor Set the current text foreground or background color
NvtTranslateMappedKey Translate the keypress to a mapped key escape sequence
NvtUninitialize Terminate use of the library by the application
NvtUpdateCaret Update the display window caret
NvtUpdateDisplay Update the window attached to the virtual display
NvtWriteDisplay Write the specified buffer to the virtual display