Posh
Posh copied to clipboard
Posh.Host.Cursor psuedotype
trafficstars
To simplify working with the cursor, we want to build a psuedotype around it.
This psuedotype will encapsulate the various escape sequences related to the text cursor.
- [x] #134
- [x] #135
- [x] #245
- [x] #248
- [x] #249
- [x] #250
- [x] #251
- [x] #252
- [x] #253
The psuedotype will also allow the position to be queried:
- [x] #244
While everything in this psuedotype is technically static, we will expose access to it via two property additions:
- [x] #259
- [ ] #260
Because Aliased methods are technically properties, we should also:
- [x] #261