issues
search
espterm
/
espterm-firmware
ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
127
stars
24
forks
source link
Use SKIP code when serializing part of screen that is unchanged
#237
Open
MightyPork
opened
7 years ago
MightyPork
commented
7 years ago
[ ] keep track of changed cells somewhere aside (uint32_t bitfields? one bit in attrs word?)
[ ] skip over any unchanged cells when building output string
[x] client-side support