Documentation
¶
Index ¶
- func ActionAdwToolbarStyles() carapace.Action
- func ActionAutoUpdateModes() carapace.Action
- func ActionCopyOnSelectModes() carapace.Action
- func ActionCursorStyles() carapace.Action
- func ActionFontSyntheticStyles() carapace.Action
- func ActionFreetypeLoadFlags() carapace.Action
- func ActionGraphemeWidthMethods() carapace.Action
- func ActionMacFullscreenModes() carapace.Action
- func ActionMacIconFrames() carapace.Action
- func ActionMacIcons() carapace.Action
- func ActionMacTitlebarStyles() carapace.Action
- func ActionMouseShiftCaptureModes() carapace.Action
- func ActionOscColorReportFormats() carapace.Action
- func ActionQuickTerminalPositions() carapace.Action
- func ActionQuickTerminalScreens() carapace.Action
- func ActionReleaseChannels() carapace.Action
- func ActionResizeOverlayModes() carapace.Action
- func ActionResizeOverlayPositions() carapace.Action
- func ActionShaderAnimationModes() carapace.Action
- func ActionShellIntegrationFeatures() carapace.Action
- func ActionShellIntegrationModes() carapace.Action
- func ActionWindowNewTabPositions() carapace.Action
- func ActionWindowPaddingColors() carapace.Action
- func ActionWindowSaveStates() carapace.Action
- func ActionWindowThemes() carapace.Action
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionAdwToolbarStyles ¶
ActionAdwToolbarStyles completes adw toolbar styles
flat (Top and bottom bars are flat with the terminal window) raised (Top and bottom bars cast a shadow on the terminal area)
func ActionAutoUpdateModes ¶
ActionAutoUpdateModes completes auto update modes
off (Disable auto-updates) check (Check for updates)
func ActionCopyOnSelectModes ¶
ActionCopyOnSelectModes completes copy-on-select modes
true (prefer to copy to the selection clipboard if supported by the OS) clipboard (always copy text to the selection clipboard)
func ActionFontSyntheticStyles ¶
ActionFontSyntheticStyles completes font synthetic styles
false (completely disable) italic (apply a slant to the glyph)
func ActionFreetypeLoadFlags ¶
ActionFreetypeLoadFlags completes freetype load flags
hinting (Enable hinting) force-autohint (Use the freetype auto-hinter)
func ActionGraphemeWidthMethods ¶
ActionGraphemeWidthMethods completes grapheme width methods
legacy (Use a legacy method to determine grapheme width) unicode (Use the Unicode standard to determine grapheme width)
func ActionMacFullscreenModes ¶
ActionMacFullscreenModes completes mac fullscreen modes
func ActionMacIconFrames ¶
ActionMacIconFrames completes mac icon frames
func ActionMacTitlebarStyles ¶
ActionMacTitlebarStyles completes mac titlebar styles
native (native macOS titlebar with zero customization) transparent (same as "native" but the titlebar will be transparent)
func ActionMouseShiftCaptureModes ¶
ActionMouseShiftCaptureModes completes mouse shift capture modes
always (always capture) never (never capture)
func ActionOscColorReportFormats ¶
ActionOscColorReportFormats completes osc color report formats
none (OSC 4/10/11 queries receive no reply) 8-bit (Color components are return unscaled)
func ActionQuickTerminalPositions ¶
ActionQuickTerminalPositions completes quick terminal positions
top (Terminal appears at the top of the screen) bottom (Terminal appears at the bottom of the screen)
func ActionQuickTerminalScreens ¶
ActionQuickTerminalScreens completes quick terminal screens
main (The screen that the operating system recommends as the main screen) mouse (The screen that the mouse is currently hovered over)
func ActionReleaseChannels ¶
ActionReleaseChannels completes release channels
stable (Stable, tagged releases such as \"1.0.0\") tip (Pre-release versions generated from each commit to the main branch)
func ActionResizeOverlayModes ¶
ActionResizeOverlayModes completes resize overlay modes
always (Always show resize overlays) never (Never show resize overlays)
func ActionResizeOverlayPositions ¶
ActionResizeOverlayPositions completes resize overlay positions
center top-left
func ActionShaderAnimationModes ¶
ActionShaderAnimationModes completes shader animation modes
true (run an animation loop when custom shaders are used) false (only render when the terminal is updated)
func ActionShellIntegrationFeatures ¶
ActionShellIntegrationFeatures completes shell integration features
cursor (Set the cursor to a blinking bar at the prompt) sudo (Set sudo wrapper to preserve terminfo)
func ActionShellIntegrationModes ¶
ActionShellIntegrationModes completes shell integration modes
none (Do not do any automatic injection) detect (Detect the shell based on the filename)
func ActionWindowNewTabPositions ¶
ActionWindowNewTabPositions completes window tab positions
"current (Insert the new tab after the currently focused tab) "end (Insert the new tab at the end of the tab list)
func ActionWindowPaddingColors ¶
ActionWindowPaddingColors completes window padding colors
background (The background color specified in `background`) extend (Extend the background color of the nearest grid cell)
func ActionWindowSaveStates ¶
ActionWindowSaveStates completes window save states
default (will use the default system behavior) never (will never save window state)
func ActionWindowThemes ¶
ActionWindowThemes completes window themes
auto (Determine the theme based on the configured terminal background color) system (Use the system theme)
Types ¶
This section is empty.