Commit Graph

28 Commits

Author SHA1 Message Date
yjhn
0cb34f1df2
Fix links in docs (#639) 2022-03-15 21:48:38 +01:00
zohnannor
9bc5cd3527
Fix typos (#630) 2022-02-17 13:49:41 +01:00
Timon
9a50fd2ce2
0.23 (#627) 2022-02-06 14:21:19 +01:00
sigmaSd
d638d15cd4
Don't run raw_mode test on the ci (#598) 2021-08-25 13:19:53 +02:00
Canop
ec1ed6879e
Expose is_raw_mode_enabled() function (#592) 2021-08-13 13:13:37 +02:00
Termina94
abe2c57129
Add option to clear terminal history and current screen content. 2021-08-13 13:10:32 +02:00
mgunyho
24d0f561e8
Docs: Add some links related to raw mode (#581) 2021-07-26 18:21:21 +02:00
Timon
a618a9f3b3
0.20 (#567) 2021-06-10 15:55:34 +02:00
Kestrer
e1260446e9
Remove writer parameter from execute_winapi (#570) 2021-06-10 15:20:00 +02:00
Koxiaet
df0c2358fd
Inline ansi modules (#529) 2021-01-03 14:29:29 +01:00
Koxiaet
6a1114b241
Support taking any Display in SetTitle (#528) 2020-12-30 18:50:44 +01:00
Koxiaet
5be7d18475
Replace AnsiType with write_ansi (#523) 2020-12-28 07:56:32 +01:00
Koxiaet
52bed07ce8
Simplify ansi_support (#522) 2020-12-26 19:31:34 +01:00
vojta7
34a6e414f6
Added enabling/disabling line wrap. (#485) 2020-09-11 10:19:41 +02: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
Timon
bc1f913487
Fixed compile error linux. (#434) 2020-05-18 19:01:39 +02:00
Matheus Lessa Rodrigues
88add302cd
Implementing SetTitle command (#429) 2020-05-16 07:41:43 +02:00
Timon
e35d4d2c1c 0.15.1 (#381) 2020-02-08 14:23:50 +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
b4241e0107
Refactored Screen Module (#336) 2019-12-04 17:40:11 +01:00
Timon
dec0d74b32
Refactored macro's, moved Output, rewrote documentation. (#326) 2019-12-04 17:26:57 +01:00
Zrzka
011a47e93d
Add clippy (#323)
Signed-off-by: Robert Vojta <rvojta@me.com>
2019-11-19 12:18:24 +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
Zrzka
2815833a83 Merge sub crates back into crossterm (#280) 2019-10-22 16:33:38 +02:00