GI.Vte.Objects.Terminal

Exported types

data Terminal

class IsTerminal o

toTerminal

noTerminal

Methods

copyClipboard

terminalCopyClipboard

copyPrimary

terminalCopyPrimary

feed

terminalFeed

feedChild

terminalFeedChild

feedChildBinary

terminalFeedChildBinary

getAllowBold

terminalGetAllowBold

getAudibleBell

terminalGetAudibleBell

getCharHeight

terminalGetCharHeight

getCharWidth

terminalGetCharWidth

getCjkAmbiguousWidth

terminalGetCjkAmbiguousWidth

getColumnCount

terminalGetColumnCount

getCurrentDirectoryUri

terminalGetCurrentDirectoryUri

getCurrentFileUri

terminalGetCurrentFileUri

getCursorBlinkMode

terminalGetCursorBlinkMode

getCursorPosition

terminalGetCursorPosition

getCursorShape

terminalGetCursorShape

getEncoding

terminalGetEncoding

getFont

terminalGetFont

getFontScale

terminalGetFontScale

getGeometryHints

terminalGetGeometryHints

getHasSelection

terminalGetHasSelection

getIconTitle

terminalGetIconTitle

getInputEnabled

terminalGetInputEnabled

getMouseAutohide

terminalGetMouseAutohide

getPty

terminalGetPty

getRewrapOnResize

terminalGetRewrapOnResize

getRowCount

terminalGetRowCount

getWindowTitle

terminalGetWindowTitle

getWordCharExceptions

terminalGetWordCharExceptions

matchAddGregex

terminalMatchAddGregex

matchAddRegex

terminalMatchAddRegex

matchCheck

terminalMatchCheck

matchCheckEvent

terminalMatchCheckEvent

matchRemove

terminalMatchRemove

matchRemoveAll

terminalMatchRemoveAll

matchSetCursor

terminalMatchSetCursor

matchSetCursorName

terminalMatchSetCursorName

matchSetCursorType

terminalMatchSetCursorType

new

terminalNew

pasteClipboard

terminalPasteClipboard

pastePrimary

terminalPastePrimary

ptyNewSync

terminalPtyNewSync

reset

terminalReset

searchFindNext

terminalSearchFindNext

searchFindPrevious

terminalSearchFindPrevious

searchGetGregex

terminalSearchGetGregex

searchGetRegex

terminalSearchGetRegex

searchGetWrapAround

terminalSearchGetWrapAround

searchSetGregex

terminalSearchSetGregex

searchSetRegex

terminalSearchSetRegex

searchSetWrapAround

terminalSearchSetWrapAround

selectAll

terminalSelectAll

setAllowBold

terminalSetAllowBold

setAudibleBell

terminalSetAudibleBell

setBackspaceBinding

terminalSetBackspaceBinding

setCjkAmbiguousWidth

terminalSetCjkAmbiguousWidth

setColorBackground

terminalSetColorBackground

setColorBold

terminalSetColorBold

setColorCursor

terminalSetColorCursor

setColorCursorForeground

terminalSetColorCursorForeground

setColorForeground

terminalSetColorForeground

setColorHighlight

terminalSetColorHighlight

setColorHighlightForeground

terminalSetColorHighlightForeground

setColors

terminalSetColors

setCursorBlinkMode

terminalSetCursorBlinkMode

setCursorShape

terminalSetCursorShape

setDefaultColors

terminalSetDefaultColors

setDeleteBinding

terminalSetDeleteBinding

setEncoding

terminalSetEncoding

setFont

terminalSetFont

setFontScale

terminalSetFontScale

setGeometryHintsForWindow

terminalSetGeometryHintsForWindow

setInputEnabled

terminalSetInputEnabled

setMouseAutohide

terminalSetMouseAutohide

setPty

terminalSetPty

setRewrapOnResize

terminalSetRewrapOnResize

setScrollOnKeystroke

terminalSetScrollOnKeystroke

setScrollOnOutput

terminalSetScrollOnOutput

setScrollSpeed

terminalSetScrollSpeed

setScrollbackLines

terminalSetScrollbackLines

setSize

terminalSetSize

setWordCharExceptions

terminalSetWordCharExceptions

spawnSync

terminalSpawnSync

unselectAll

terminalUnselectAll

watchChild

terminalWatchChild

writeContentsSync

terminalWriteContentsSync

Properties

allowBold

constructTerminalAllowBold

getTerminalAllowBold

setTerminalAllowBold

audibleBell

constructTerminalAudibleBell

getTerminalAudibleBell

setTerminalAudibleBell

backspaceBinding

constructTerminalBackspaceBinding

getTerminalBackspaceBinding

setTerminalBackspaceBinding

cjkAmbiguousWidth

constructTerminalCjkAmbiguousWidth

getTerminalCjkAmbiguousWidth

setTerminalCjkAmbiguousWidth

currentDirectoryUri

getTerminalCurrentDirectoryUri

currentFileUri

getTerminalCurrentFileUri

cursorBlinkMode

constructTerminalCursorBlinkMode

getTerminalCursorBlinkMode

setTerminalCursorBlinkMode

cursorShape

constructTerminalCursorShape

getTerminalCursorShape

setTerminalCursorShape

deleteBinding

constructTerminalDeleteBinding

getTerminalDeleteBinding

setTerminalDeleteBinding

encoding

clearTerminalEncoding

constructTerminalEncoding

getTerminalEncoding

setTerminalEncoding

fontDesc

clearTerminalFontDesc

constructTerminalFontDesc

getTerminalFontDesc

setTerminalFontDesc

fontScale

constructTerminalFontScale

getTerminalFontScale

setTerminalFontScale

iconTitle

getTerminalIconTitle

inputEnabled

constructTerminalInputEnabled

getTerminalInputEnabled

setTerminalInputEnabled

pointerAutohide

constructTerminalPointerAutohide

getTerminalPointerAutohide

setTerminalPointerAutohide

pty

clearTerminalPty

constructTerminalPty

getTerminalPty

setTerminalPty

rewrapOnResize

constructTerminalRewrapOnResize

getTerminalRewrapOnResize

setTerminalRewrapOnResize

scrollOnKeystroke

constructTerminalScrollOnKeystroke

getTerminalScrollOnKeystroke

setTerminalScrollOnKeystroke

scrollOnOutput

constructTerminalScrollOnOutput

getTerminalScrollOnOutput

setTerminalScrollOnOutput

scrollSpeed

constructTerminalScrollSpeed

getTerminalScrollSpeed

setTerminalScrollSpeed

scrollbackLines

constructTerminalScrollbackLines

getTerminalScrollbackLines

setTerminalScrollbackLines

windowTitle

getTerminalWindowTitle

wordCharExceptions

getTerminalWordCharExceptions

Signals

bell

type C_TerminalBellCallback

type TerminalBellCallback

afterTerminalBell

genClosure_TerminalBell

noTerminalBellCallback

onTerminalBell

wrap_TerminalBellCallback

charSizeChanged

type C_TerminalCharSizeChangedCallback

type TerminalCharSizeChangedCallback

afterTerminalCharSizeChanged

genClosure_TerminalCharSizeChanged

noTerminalCharSizeChangedCallback

onTerminalCharSizeChanged

wrap_TerminalCharSizeChangedCallback

childExited

type C_TerminalChildExitedCallback

type TerminalChildExitedCallback

afterTerminalChildExited

genClosure_TerminalChildExited

noTerminalChildExitedCallback

onTerminalChildExited

wrap_TerminalChildExitedCallback

commit

type C_TerminalCommitCallback

type TerminalCommitCallback

afterTerminalCommit

genClosure_TerminalCommit

noTerminalCommitCallback

onTerminalCommit

wrap_TerminalCommitCallback

contentsChanged

type C_TerminalContentsChangedCallback

type TerminalContentsChangedCallback

afterTerminalContentsChanged

genClosure_TerminalContentsChanged

noTerminalContentsChangedCallback

onTerminalContentsChanged

wrap_TerminalContentsChangedCallback

copyClipboard

type C_TerminalCopyClipboardCallback

type TerminalCopyClipboardCallback

afterTerminalCopyClipboard

genClosure_TerminalCopyClipboard

noTerminalCopyClipboardCallback

onTerminalCopyClipboard

wrap_TerminalCopyClipboardCallback

currentDirectoryUriChanged

type C_TerminalCurrentDirectoryUriChangedCallback

type TerminalCurrentDirectoryUriChangedCallback

afterTerminalCurrentDirectoryUriChanged

genClosure_TerminalCurrentDirectoryUriChanged

noTerminalCurrentDirectoryUriChangedCallback

onTerminalCurrentDirectoryUriChanged

wrap_TerminalCurrentDirectoryUriChangedCallback

currentFileUriChanged

type C_TerminalCurrentFileUriChangedCallback

type TerminalCurrentFileUriChangedCallback

afterTerminalCurrentFileUriChanged

genClosure_TerminalCurrentFileUriChanged

noTerminalCurrentFileUriChangedCallback

onTerminalCurrentFileUriChanged

wrap_TerminalCurrentFileUriChangedCallback

cursorMoved

type C_TerminalCursorMovedCallback

type TerminalCursorMovedCallback

afterTerminalCursorMoved

genClosure_TerminalCursorMoved

noTerminalCursorMovedCallback

onTerminalCursorMoved

wrap_TerminalCursorMovedCallback

decreaseFontSize

type C_TerminalDecreaseFontSizeCallback

type TerminalDecreaseFontSizeCallback

afterTerminalDecreaseFontSize

genClosure_TerminalDecreaseFontSize

noTerminalDecreaseFontSizeCallback

onTerminalDecreaseFontSize

wrap_TerminalDecreaseFontSizeCallback

deiconifyWindow

type C_TerminalDeiconifyWindowCallback

type TerminalDeiconifyWindowCallback

afterTerminalDeiconifyWindow

genClosure_TerminalDeiconifyWindow

noTerminalDeiconifyWindowCallback

onTerminalDeiconifyWindow

wrap_TerminalDeiconifyWindowCallback

encodingChanged

type C_TerminalEncodingChangedCallback

type TerminalEncodingChangedCallback

afterTerminalEncodingChanged

genClosure_TerminalEncodingChanged

noTerminalEncodingChangedCallback

onTerminalEncodingChanged

wrap_TerminalEncodingChangedCallback

eof

type C_TerminalEofCallback

type TerminalEofCallback

afterTerminalEof

genClosure_TerminalEof

noTerminalEofCallback

onTerminalEof

wrap_TerminalEofCallback

iconTitleChanged

type C_TerminalIconTitleChangedCallback

type TerminalIconTitleChangedCallback

afterTerminalIconTitleChanged

genClosure_TerminalIconTitleChanged

noTerminalIconTitleChangedCallback

onTerminalIconTitleChanged

wrap_TerminalIconTitleChangedCallback

iconifyWindow

type C_TerminalIconifyWindowCallback

type TerminalIconifyWindowCallback

afterTerminalIconifyWindow

genClosure_TerminalIconifyWindow

noTerminalIconifyWindowCallback

onTerminalIconifyWindow

wrap_TerminalIconifyWindowCallback

increaseFontSize

type C_TerminalIncreaseFontSizeCallback

type TerminalIncreaseFontSizeCallback

afterTerminalIncreaseFontSize

genClosure_TerminalIncreaseFontSize

noTerminalIncreaseFontSizeCallback

onTerminalIncreaseFontSize

wrap_TerminalIncreaseFontSizeCallback

lowerWindow

type C_TerminalLowerWindowCallback

type TerminalLowerWindowCallback

afterTerminalLowerWindow

genClosure_TerminalLowerWindow

noTerminalLowerWindowCallback

onTerminalLowerWindow

wrap_TerminalLowerWindowCallback

maximizeWindow

type C_TerminalMaximizeWindowCallback

type TerminalMaximizeWindowCallback

afterTerminalMaximizeWindow

genClosure_TerminalMaximizeWindow

noTerminalMaximizeWindowCallback

onTerminalMaximizeWindow

wrap_TerminalMaximizeWindowCallback

moveWindow

type C_TerminalMoveWindowCallback

type TerminalMoveWindowCallback

afterTerminalMoveWindow

genClosure_TerminalMoveWindow

noTerminalMoveWindowCallback

onTerminalMoveWindow

wrap_TerminalMoveWindowCallback

notificationReceived

type C_TerminalNotificationReceivedCallback

type TerminalNotificationReceivedCallback

afterTerminalNotificationReceived

genClosure_TerminalNotificationReceived

noTerminalNotificationReceivedCallback

onTerminalNotificationReceived

wrap_TerminalNotificationReceivedCallback

pasteClipboard

type C_TerminalPasteClipboardCallback

type TerminalPasteClipboardCallback

afterTerminalPasteClipboard

genClosure_TerminalPasteClipboard

noTerminalPasteClipboardCallback

onTerminalPasteClipboard

wrap_TerminalPasteClipboardCallback

raiseWindow

type C_TerminalRaiseWindowCallback

type TerminalRaiseWindowCallback

afterTerminalRaiseWindow

genClosure_TerminalRaiseWindow

noTerminalRaiseWindowCallback

onTerminalRaiseWindow

wrap_TerminalRaiseWindowCallback

refreshWindow

type C_TerminalRefreshWindowCallback

type TerminalRefreshWindowCallback

afterTerminalRefreshWindow

genClosure_TerminalRefreshWindow

noTerminalRefreshWindowCallback

onTerminalRefreshWindow

wrap_TerminalRefreshWindowCallback

resizeWindow

type C_TerminalResizeWindowCallback

type TerminalResizeWindowCallback

afterTerminalResizeWindow

genClosure_TerminalResizeWindow

noTerminalResizeWindowCallback

onTerminalResizeWindow

wrap_TerminalResizeWindowCallback

restoreWindow

type C_TerminalRestoreWindowCallback

type TerminalRestoreWindowCallback

afterTerminalRestoreWindow

genClosure_TerminalRestoreWindow

noTerminalRestoreWindowCallback

onTerminalRestoreWindow

wrap_TerminalRestoreWindowCallback

selectionChanged

type C_TerminalSelectionChangedCallback

type TerminalSelectionChangedCallback

afterTerminalSelectionChanged

genClosure_TerminalSelectionChanged

noTerminalSelectionChangedCallback

onTerminalSelectionChanged

wrap_TerminalSelectionChangedCallback

textDeleted

type C_TerminalTextDeletedCallback

type TerminalTextDeletedCallback

afterTerminalTextDeleted

genClosure_TerminalTextDeleted

noTerminalTextDeletedCallback

onTerminalTextDeleted

wrap_TerminalTextDeletedCallback

textInserted

type C_TerminalTextInsertedCallback

type TerminalTextInsertedCallback

afterTerminalTextInserted

genClosure_TerminalTextInserted

noTerminalTextInsertedCallback

onTerminalTextInserted

wrap_TerminalTextInsertedCallback

textModified

type C_TerminalTextModifiedCallback

type TerminalTextModifiedCallback

afterTerminalTextModified

genClosure_TerminalTextModified

noTerminalTextModifiedCallback

onTerminalTextModified

wrap_TerminalTextModifiedCallback

textScrolled

type C_TerminalTextScrolledCallback

type TerminalTextScrolledCallback

afterTerminalTextScrolled

genClosure_TerminalTextScrolled

noTerminalTextScrolledCallback

onTerminalTextScrolled

wrap_TerminalTextScrolledCallback

windowTitleChanged

type C_TerminalWindowTitleChangedCallback

type TerminalWindowTitleChangedCallback

afterTerminalWindowTitleChanged

genClosure_TerminalWindowTitleChanged

noTerminalWindowTitleChangedCallback

onTerminalWindowTitleChanged

wrap_TerminalWindowTitleChangedCallback