Man Pages in
libkaya-ncurses-dev
Carta.tech
Packages
libkaya-ncurses-dev
90
Section 3kaya:
Library calls
Curses.Attr.3kaya
Text attributes
Curses.Black.3kaya
Black colour
Curses.Blue.3kaya
Blue colour
Curses.CantCreateWindow.3kaya
Can't create window
Curses.ColourPairs.3kaya
Number of supported colour pairs
Curses.Colours.3kaya
Number of supported colours
Curses.CursesError.3kaya
Curses error
Curses.Cyan.3kaya
Cyan colour
Curses.Green.3kaya
Green colour
Curses.KeyA1.3kaya
A1 key
Curses.KeyA3.3kaya
A3 key
Curses.KeyB2.3kaya
B2 key
Curses.KeyBackspace.3kaya
Backspace key
Curses.KeyC1.3kaya
C1 key
Curses.KeyC3.3kaya
C3 key
Curses.KeyDown.3kaya
Down arrow key
Curses.KeyEnd.3kaya
End key
Curses.KeyF1.3kaya
Function key 1
Curses.KeyF10.3kaya
Function key 10
Curses.KeyF11.3kaya
Function key 11
Curses.KeyF12.3kaya
Function key 12
Curses.KeyF2.3kaya
Function key 2
Curses.KeyF3.3kaya
Function key 3
Curses.KeyF4.3kaya
Function key 4
Curses.KeyF5.3kaya
Function key 5
Curses.KeyF6.3kaya
Function key 6
Curses.KeyF7.3kaya
Function key 7
Curses.KeyF8.3kaya
Function key 8
Curses.KeyF9.3kaya
Function key 9
Curses.KeyHome.3kaya
Home key
Curses.KeyLeft.3kaya
Left arrow key
Curses.KeyNPage.3kaya
Page down key
Curses.KeyPPage.3kaya
Page up key
Curses.KeyRight.3kaya
Right arrow key
Curses.KeyUp.3kaya
Up arrow key
Curses.Magenta.3kaya
Magenta colour
Curses.Red.3kaya
Red colour
Curses.Screen.3kaya
Curses screen structure
Curses.Visibility.3kaya
Cursor visibility
Curses.White.3kaya
White colour
Curses.Window.3kaya
Curses window structure
Curses.Yellow.3kaya
Yellow colour
Curses.addStr.3kaya
Print a string
Curses.attributes.3kaya
Enable or disable text attributes
Curses.beep.3kaya
Beep to alert the user
Curses.box.3kaya
Draw a box border on a window
Curses.cbreakMode.3kaya
Enable or disable cbreak mode
Curses.clear.3kaya
Clear screen
Curses.clearDown.3kaya
Clear to bottom of screen
Curses.clearRight.3kaya
Clear to end of line
Curses.delwin.3kaya
Delete a window
Curses.echoMode.3kaya
Enable or disable echo
Curses.endWin.3kaya
End curses windowing
Curses.erase.3kaya
Erase screen
Curses.flash.3kaya
Flash the screen to alert the user
Curses.getChar.3kaya
Get a character
Curses.getStr.3kaya
Get an input string up to newline
Curses.halfDelay.3kaya
Enable half-delay mode
Curses.hasColours.3kaya
Check for support for colours
Curses.initColour.3kaya
Initialise a new colour
Curses.initPair.3kaya
Define a colour pair
Curses.initScreen.3kaya
Initialise curses
Curses.intrFlush.3kaya
Enable or disable interrupt flushing
Curses.isEndWin.3kaya
Check for end of windowing mode
Curses.keypad.3kaya
Enable or disable the keypad
Curses.meta.3kaya
Enable or disable 8 bit input
Curses.move.3kaya
Move the cursor
Curses.mvWin.3kaya
Move a window
Curses.mvgetChar.3kaya
Move and get a character
Curses.newWin.3kaya
Create a new window
Curses.newlineMode.3kaya
Enable or disable return key to newline translation
Curses.noDelay.3kaya
Enable non-blocking input
Curses.noTimeout.3kaya
Disable escape sequence timeout
Curses.rawMode.3kaya
Enable or disable raw mode
Curses.refresh.3kaya
Refresh the screen
Curses.setCursor.3kaya
Set cursor visibility
Curses.startColour.3kaya
Enable colours
Curses.stdscr.3kaya
Return the standard screen
Curses.ungetChar.3kaya
Unget a character
Curses.wAttributes.3kaya
Enable or disable text attributes in a window
Curses.wClear.3kaya
Clear window
Curses.wClearDown.3kaya
Clear to bottom of window
Curses.wClearRight.3kaya
Clear to end of line in a window
Curses.wErase.3kaya
Erase window
Curses.wMove.3kaya
Move the cursor within a window
Curses.wRefresh.3kaya
Refresh a window
Curses.waddStr.3kaya
Print a string in a window
Curses.wgetChar.3kaya
Get a character in a window
Curses.wgetStr.3kaya
Get an input string up to newline from a window
Curses.wmvgetChar.3kaya
Move and get a character in a window