commit | 7d105738b6d1973af82d312f6e46f8d63cbdec03 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon May 30 09:26:49 2016 +0000 |
committer | nicm <nicm> | Mon May 30 09:26:49 2016 +0000 |
tree | aef39afc253c5b43622665a862a84b59a273db46 | |
parent | 344a6a620233ab351a9875fb52cc2662cdf4aac4 [diff] |
Send two cub1 instead of using cub for moving the cursor two left. This is normally better because using cub1 will be ^H^H (so two bytes) but cub would be ^[[2D (four).