Remove the global buffer and instead a context-specific one
Showing
... | ... | @@ -19,6 +19,7 @@ name = "liner" |
bytecount = "0.3.1" | ||
termion = { git = "https://gitlab.redox-os.org/redox-os/termion" } | ||
unicode-width = "0.1.*" | ||
itertools = "*" | ||
[dev-dependencies] | ||
regex = "1.0.0" |
This diff is collapsed.
Please register or sign in to comment