mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
notcurses: get el terminfo capability
This commit is contained in:
parent
ee4c3d217b
commit
0392aa34ea
@ -78,7 +78,7 @@ you should by all means use that fine library.
|
||||
|
||||
* A C11 and a C++14 compiler
|
||||
* CMake 3.13.0+
|
||||
* NCurses 6.1+
|
||||
* NCurses 6.1+ (for terminfo)
|
||||
* From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||
|
||||
## Use
|
||||
@ -965,7 +965,7 @@ and style specifications, and moving the cursor over large unchanged areas.
|
||||
|
||||
The worst case input frame (in terms of output size) is one whose colors change
|
||||
from coordinate to coordinate, uses multiple combining characters within each
|
||||
grapheme cluster, and the geometry is large. Peculiarities of the terminal
|
||||
grapheme cluster, and has a large geometry. Peculiarities of the terminal
|
||||
make it impossible to comment more meaningfully regarding delay.
|
||||
|
||||
|
||||
|
@ -81,6 +81,7 @@ typedef struct notcurses {
|
||||
char* cup; // move cursor
|
||||
char* civis; // hide cursor
|
||||
char* clear; // erase screen and home cursor
|
||||
char* cleareol; // clear to end of line
|
||||
// These might be NULL, and we can more or less work without them. Check!
|
||||
char* cnorm; // restore cursor to default state
|
||||
char* smcup; // enter alternate mode
|
||||
|
Loading…
Reference in New Issue
Block a user