Enum CursesBackendType
Lists the supported backend Curses libraries.
Namespace: Sharpie.Backend
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum CursesBackendType
Fields
Name | Description |
---|---|
NCurses | The NCurses back-end. Available by default on most POSIX-compliant operating systems such as Linux, FreeBSD an MacOS. Not available by default on Windows. |
PdCurses | The PDCurses back-end. Not available by default on operating systems. For some Linuxes and FreeBSD a prebuilt library can be installed from package managers. Does not support SoftLabelKeyManager. Not recommended for use. PdCursesMod for a better alternative. |
PdCursesMod | The PDCursesMod back-end. This is an advanced version of PdCurses with more platform availability and support. Not available by default on any operating systems. |