espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
127 stars 24 forks source link

cursor is not redrawn/moved on screen when only "C" section present #225

Closed MightyPork closed 7 years ago

MightyPork commented 7 years ago

try eg moving cursor in a text editor, it gets redrawn only after you stop moving it

i think theres something messed up with the blink timeouts but havent really looked yet, fixing backend atm

MightyPork commented 7 years ago

with the old format, always the entire screen was redrawn (or at least received), must be related

cpsdqs commented 7 years ago

Can't reproduce?

MightyPork commented 7 years ago

I can 100% with latest work

make sure your messages have only C screenshot_20170930_004216

MightyPork commented 7 years ago

also its more prominent with a non-blinky cursor, blinky cursor tends to recover after about 0.5s

cpsdqs commented 7 years ago

oh yeah the cursor update thingy doesn't schedule a draw. Fixed now

MightyPork commented 7 years ago

awesome, works fine now!