mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[README] note about framebuffer+ssh
This commit is contained in:
parent
5ce1a11bce
commit
4fb4b7ebbb
@ -538,9 +538,11 @@ If things break or seem otherwise lackluster, **please** consult the
|
||||
|
||||
<details>
|
||||
<summary>Why do the stats show more Linux framebuffer bitmap bytes written
|
||||
than total bytes written to the terminal?</summary>
|
||||
Linux framebuffer graphics aren't implemented via terminal writes, but instead
|
||||
writes directly into a memory map.
|
||||
than total bytes written to the terminal? And why don't Linux console
|
||||
graphics work when I ssh?</summary>
|
||||
Linux framebuffer graphics aren't implemented via terminal writes, but rather
|
||||
writes directly into a memory map. This memory map isn't available on remote
|
||||
machines, and these writes aren't tracked by the standard statistics.
|
||||
</details>
|
||||
|
||||
## Useful links
|
||||
|
Loading…
x
Reference in New Issue
Block a user