commit | 0f73af876f1222000a9eea76c70ae9a51ecb95e1 | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Jul 15 00:49:08 2016 +0000 |
committer | nicm <nicm> | Fri Jul 15 00:49:08 2016 +0000 |
tree | 8e663b7ebcb255edce0000437a2888b21852c345 | |
parent | 1fd6ca2260bc738f1e467e7e32d03cc225327ebf [diff] |
Don't update cells in each block of data read from a pane immediately, instead track them as change (dirty) and update them once at the end, saves much time if repeatedly writing the same cell. Also fix comparison of cells being equal in a few places (memcmp is not enough).