Commit Graph

22 Commits

Author SHA1 Message Date
Timon
9a50fd2ce2
0.23 (#627) 2022-02-06 14:21:19 +01:00
Nissa
aa4959f8f5
Changed MoveToNextLine(0) and MoveToPreviousLine(0) to move 0 lines (#600) 2022-02-06 10:42:49 +01:00
Kestrer
e1260446e9
Remove writer parameter from execute_winapi (#570) 2021-06-10 15:20:00 +02:00
Cowboy8625
b450b67812
Added Cursor Shape Support (#548) 2021-03-28 13:49:11 +02:00
sigmaSd
761ea46c95
Add movetorow command (#532) 2021-01-11 19:22:23 +01:00
Koxiaet
df0c2358fd
Inline ansi modules (#529) 2021-01-03 14:29:29 +01:00
joyal-mathew
b442de72be
Fixed typo in src/cursor.rs (#531) 2021-01-02 15:26:26 +01:00
Koxiaet
0797441893
Make imports & docs more consistent (#524) 2020-12-28 09:47:20 +01:00
Koxiaet
5be7d18475
Replace AnsiType with write_ansi (#523) 2020-12-28 07:56:32 +01:00
Michael McDonnell
c7d8fa3bc1
Fix spelling (#475)
Fixed the spelling in a few comments.
2020-09-01 22:07:12 +02:00
sigmaSd
32215ec7f5
Grand writer access for winapi commands. 2020-07-20 12:58:04 +02:00
Riey
67a6667929
Impl Display for MoveToColumn, MoveToNextLine, MoveToPreviousLine (#399) 2020-03-11 17:21:44 +01:00
Riey
9c9479deb2
Direct write command ansi_codes (#390) 2020-03-10 13:38:38 +01:00
Nathan West
f2fca91b30 Added basic trait implementations to all Commands (#363)
- Added basic trait implementations to all Commands
- Added `Debug` to all public-facing types
- Added `Clone` to several public-facing types, where relevant
- Added `Eq` to all `PartialEq` types
- Added `Debug` and `Clone` to a few internal types
- `ResetColor` uses `&'static str` instead of `String`
- Updated crossterm-winapi dependency
2020-01-28 20:20:26 +01:00
Timon
41ff73e3d3
0.14 (#343) 2019-12-13 07:12:35 +01:00
Timon
71029c4a87
Moved some files around (#342) 2019-12-11 17:10:34 +01:00
Timon
7dca7b1fcd
Made command fields public (#338) 2019-12-04 07:22:38 +01:00
Timon
5b2ecf3381
Introduced more cursor commands. (#327) 2019-11-29 17:46:50 +01:00
Timon
f597cfd232
Input module Rewrite (#284) 2019-11-18 21:50:57 +01:00
Timon
3ab5b170aa
Terminal remove Deprecated Api (#293) 2019-10-29 09:14:47 +01:00
Timon
0479d68f50
Removed old Cursor Api (#289) 2019-10-27 14:33:47 +01:00
Zrzka
2815833a83 Merge sub crates back into crossterm (#280) 2019-10-22 16:33:38 +02:00