mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
emphasize kitty_move return value viz stats
This commit is contained in:
parent
553c0637bf
commit
75bbdc2ca5
@ -622,6 +622,7 @@ int kitty_draw(const ncpile* p, sprixel* s, FILE* out){
|
||||
return ret;
|
||||
}
|
||||
|
||||
// returns -1 on failure, 0 on success (move bytes do not count for sprixel stats)
|
||||
int kitty_move(const ncpile* p, sprixel* s, FILE* out){
|
||||
(void)p;
|
||||
int ret = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user