- Jul 18, 2016
-
-
Katsu Kawakami authored
Parametrize Editor by the Completer type
-
- Jul 16, 2016
-
-
Markus authored
This allows the `Editor` to implement `Sync` as long as it contains a completer which implement `Sync`. It lets the `Editor` take ownership of the completer.
-
Katsu Kawakami authored
Make History ignore space/dups configurable (#50)
-
- Jul 14, 2016
-
-
gwenn authored
-
- Jul 09, 2016
-
-
Katsu Kawakami authored
Adding basic windows support
-
kkawakam authored
-
kkawakam authored
-
gwenn authored
And declare target specific dependencies.
-
kkawakam authored
Accidently added history.txt to repo, remove from repo and add it to the gitignore
-
kkawakam authored
-
kkawakam authored
Building and testing all the different windows environments against stable/beta/nightly would take too long. Reducing the environments msvc & gnu 64 bit environments for beta and 1.9.0 rust
-
kkawakam authored
-
kkawakam authored
-
kkawakam authored
-
kkawakam authored
* get_columns * is_a_tty * enable_raw_mode * disable_raw_mode * Drop trait for WindowsTerminal struct
-
kkawakam authored
-
kkawakam authored
-
kkawakam authored
-
Katsu Kawakami authored
libc does not define the STDIN_FILENO & STDOUT_FILENO for the windows platform. We instead check whether or not stdin and stdout are TTY by checking the GetConsoleMode output.
-
Katsu Kawakami authored
Instead of using custom path to module in lib.rs, load modules for different tty platforms in tty/mod.rs
-
Katsu Kawakami authored
-
Katsu Kawakami authored
Terminal trait is defined in tty/common.rs where it requires implementation of enable_raw_mode and disable_raw_mode. readline_edit will now move around a mutable reference to a Terminal instead of the platform specific struct.
-
Katsu Kawakami authored
This reverts commit 715f658e4900cfd9a8c8f0f54a3a5cdc89c25363.
-
Katsu Kawakami authored
-
Katsu Kawakami authored
-
Katsu Kawakami authored
In order to support the windows platform, we will split the platform specific logic into the tty directory.
-
Katsu Kawakami authored
-
Katsu Kawakami authored
-
Katsu Kawakami authored
-
Katsu Kawakami authored
Fix multi-line prompt.
-
- Jul 08, 2016
-
-
gwenn authored
-
- Jul 06, 2016
-
-
Katsu Kawakami authored
Remove clippy dependency
-
- Jul 02, 2016
- Jun 12, 2016
-
-
Katsu Kawakami authored
fix musl
-
- Jun 10, 2016
-
-
Balint JB authored
-
- Jun 03, 2016
-
-
Katsu Kawakami authored
Release 0.2.3
-
Katsu Kawakami authored
-
Katsu Kawakami authored
-
Katsu Kawakami authored
Replace use of unstable features
-