e62d8cff9dAlternate screen working for windows, created reallife example with firstdepthsearch and started commenting all types not done yet with that.
TimonPost
2018-07-08 22:13:32 +0200
26a1960159Windows alternate screen working. color implementation for alternate screen fixed. And all functionalities for the main screen should also work
TimonPost
2018-07-03 22:48:04 +0200
223b353101runned cargo fmt on crate code
TimonPost
2018-07-01 22:43:43 +0200
4a943c124eAdded alternatescreen functionalilty, and added options to terminate the current process. also added write option to the terminal module
TimonPost
2018-07-01 22:40:07 +0200
621d698ac6Alternate screen windows working. Only have to change the code to call get_current_handle() instead of get_output_hanlde()
TimonPost
2018-06-26 22:13:18 +0200
62fbb6b6a9added unix cursor hide show, fixed windows and added alternate screen functionality. Also refactored and cleaned up code.:
TimonPost
2018-06-22 21:04:30 +0200
df86426c93Changed 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.
TimonPost
2018-05-20 14:08:14 +0200
4c14ad836bRefactored 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
T
2018-03-10 17:33:06 +0100
03bca7fe76Resolve all errors unix. Now it is time to test
=
2018-03-05 22:06:43 +0100
a0a56ffb92resolved some errors on unix system. code refactor will come when every ting is working again
=
2018-03-03 23:38:57 +0100
2cc32394b5Some errors solved for unix
Timon Post
2018-03-03 17:07:51 +0100
215d0cfa83Use 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
T
2018-02-03 17:17:28 +0100
4212e728d5Issue #3 and #4 are now solved, windows tested unix not yet
T
2018-01-30 21:20:11 +0100
Merge pull request #2 from TimonPost/dev
Timon
2018-01-27 19:00:45 +0100
752ee2ef59Windows tested
T
2018-01-27 18:48:49 +0100
6be5a41204Added 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.
Timon Post
2018-01-27 18:26:08 +0100
0df9ad1015Added 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).
T
2018-01-25 18:26:08 +0100