Commit Graph

549 Commits

Author SHA1 Message Date
TimonPost
2fe20d87a0 changed toml and removed bin 2018-05-20 14:44:14 +02:00
Timon
e3efab2611
Update README.md 2018-05-20 14:39:05 +02:00
Timon
1a2a4058e2
Create UPGRADE Manual 2018-05-20 14:31:49 +02:00
TimonPost
df86426c93 Changed module names and some method names to make the calls more cleaner. Fixed get cursor position for unix. Default ansi codes if not supported winapi will be used. 2018-05-20 14:08:14 +02:00
Timon
dc5cb5ef67
Update README.md 2018-03-13 11:05:13 +01:00
T
4c14ad836b Refactored namespaces. Added comments where needed. Alternatescreen is
working for windows 10 terminals. Refactored usings. Rearanged usings.
Raw Mode / alternate screeen windows yet to be tested. Added examples.
Refactored code
2018-03-10 17:33:06 +01:00
=
03bca7fe76 Resolve all errors unix. Now it is time to test 2018-03-05 22:06:43 +01:00
=
a0a56ffb92 resolved some errors on unix system. code refactor will come when every ting is working again 2018-03-03 23:38:57 +01:00
Timon Post
2cc32394b5 Some errors solved for unix 2018-03-03 17:07:51 +01:00
T
524955f8c0 } 2018-03-03 15:40:51 +01:00
Timon
d75e8213a3
Update README.md 2018-03-02 14:07:29 +01:00
Timon
4b3a9a223d
Update README.md 2018-02-15 17:04:05 +01:00
Timon
a11118f6ef
Update README.md 2018-02-10 18:46:12 +01:00
Timon
deffca9c57
Update README.md 2018-02-10 18:44:35 +01:00
T
215d0cfa83 Use default ANSI for windows, if current windows does not support ANSI switch back to WINAPI. Unix is not tested yet. Notice that currently the console will be set to another mode and that ther is no way back, when ansi is enabled. Storing the old state of the terminal and enable the client to switsh back to the old state will likely be inplemented in crossterm 0.3.0 2018-02-03 17:17:28 +01:00
T
4212e728d5 Issue #3 and #4 are now solved, windows tested unix not yet 2018-01-30 21:20:11 +01:00
Timon
0945cc913d
Update README.md
Added some todo items
2018-01-29 21:52:11 +01:00
Timon
7ed3dce280
Update README.md
Updated documentation links
2018-01-27 23:54:03 +01:00
Timon
e4f71ba342
Update Cargo.toml
added readme
2018-01-27 20:08:25 +01:00
T
93bc97c38c changed version number crossterm to 0.2.0 2018-01-27 20:05:06 +01:00
T
7a55a7be3d examples edited 2018-01-27 20:01:55 +01:00
Timon
177953b183
Update README.md
Code mistake edited
2018-01-27 19:59:33 +01:00
Timon
aa01eb1dab
Update README.md
refactored features crossterm 0.2.0
2018-01-27 19:58:06 +01:00
Timon
07abe54308
Update README.md
Added examples for crossterm 0.2.0
2018-01-27 19:53:39 +01:00
Timon
7a925c8d50
Merge pull request #2 from TimonPost/dev
Dev merge confirm
2018-01-27 19:00:45 +01:00
T
752ee2ef59 Windows tested 2018-01-27 18:48:49 +01:00
Timon Post
6be5a41204 Added RGB and curstom ANSI value support, and tested resize terminal, safe and restore cursor position for unix terminals. And added options put attributes on font. 2018-01-27 18:26:08 +01:00
Timon
6b8253ff51
Update README.md
Cleaned up links
2018-01-25 22:39:08 +01:00
Timon
753c48a268
Update README.md
Added links
2018-01-25 22:38:28 +01:00
Timon
4f0950b8f6
Update README.md
Added features crossterm 0.2.0
2018-01-25 22:20:45 +01:00
T
0df9ad1015 Added resizing terminal. Styling font with attributes for unix systems inplemented. Windows kernel refactored and cleared out some grammer mistakes. (Windows tested and unix jet to be tested). 2018-01-25 18:26:08 +01:00
Timon
34e3ebfbbc
Update Cargo.toml
Changed author name
2018-01-18 23:24:10 +01:00
Timon Post
08f2228fb1 removed keywords 2018-01-18 23:17:27 +01:00
Timon Post
892c9b61c1 Cargo.toml updated 2018-01-18 23:10:44 +01:00
T
39b63822ae Winapi upgrade, windows tested again edited readme 2018-01-18 22:47:09 +01:00
Timon
9c52cbca11
Merge pull request #1 from TimonPost/add-license-1
Create LICENSE
2018-01-18 14:05:15 +01:00
Timon
422a2269a6
Create LICENSE
Added license
2018-01-18 14:04:45 +01:00
Timon
775bd67ab3
Update README.md
Grammer mistakes fixed. Added some informations
2018-01-18 12:39:52 +01:00
Timon
00a87a27b6
Update mod.rs
Some fixes in comments and code
2018-01-18 12:08:52 +01:00
Timon
b40ad6beeb
Update README.md
Added cursor and terminal examples
2018-01-18 11:52:24 +01:00
Timon
8d94c38206
Update README.md
Changed styling example
2018-01-18 08:31:13 +01:00
Timon Post
6c4f39a0ce Crossterm works for unix now, refactored all comments and refactored code. Changed names, Making things ready for crossterm release 0.1 2018-01-17 23:06:45 +01:00
T
2bdeeafded Merge branch 'master' of https://github.com/TimonPost/crossterm 2018-01-09 20:37:36 +01:00
T
8b5d34c866 Created better documentation and formatted code 2018-01-09 20:36:48 +01:00
Timon
c85453cf30
Update README.md
Added some library desctiption
2018-01-07 15:32:30 +01:00
T
37670c7fbb Clear until nextline and currentline windows functionality added 2018-01-07 15:26:20 +01:00
T
3b4b6fb11a Added terminal size, screen clearing functionality, refactored winkernel and done with mouse position 2018-01-06 21:31:14 +01:00
T
638517981a Initial commit 2018-01-03 14:43:54 +01:00
Timon
7162a4909c
Initial commit 2018-01-03 14:34:43 +01:00