nabijaczleweli
|
c4baa0f570
|
Add BearLibTerminal backend
|
2016-10-12 01:48:22 +02:00 |
|
Alexandre Bury
|
821d9f1783
|
Parse utf8 chars in pancurses backend
Closes #76
|
2016-10-11 16:08:44 -07:00 |
|
Alexandre Bury
|
072c1d9b5c
|
Fix some input in pancurses backend
|
2016-10-11 12:31:31 -07:00 |
|
nabijaczleweli
|
8a6a49fbc3
|
Fix Enter being Character('\n') in pancurses backend
Closes #73
|
2016-10-11 20:59:28 +02:00 |
|
nabijaczleweli
|
5eccc2f518
|
Fix inverted screen size in pancurses backend
Closes #71
|
2016-10-11 20:53:54 +02:00 |
|
Alexandre Bury
|
04f528e2de
|
Fix clippy warnings
|
2016-10-11 11:04:01 -07:00 |
|
nabijaczleweli
|
c81579a20a
|
Disable failing doctests
|
2016-10-11 19:11:40 +02:00 |
|
nabijaczleweli
|
9fb8309d3a
|
Hello yes this is typo man
|
2016-10-10 23:12:42 +02:00 |
|
nabijaczleweli
|
c69db62844
|
Fix backend tests
|
2016-10-10 23:08:07 +02:00 |
|
nabijaczleweli
|
51af4350fc
|
Apply key mappings as they are so far
|
2016-10-10 23:06:55 +02:00 |
|
nabijaczleweli
|
bd93f450df
|
Handle F[14;15]
|
2016-10-10 21:55:25 +02:00 |
|
nabijaczleweli
|
c84cafb4fd
|
Update pancurses to 0.4.0
|
2016-10-10 20:51:32 +02:00 |
|
nabijaczleweli
|
4c9c4b5568
|
Move back-end selection to backend::Concrete instead of ::B
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
2c009f694b
|
Add PauseBreak and F0 keys. Properly handle Tab
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
79c4bf29c2
|
Don't explicitly list features
|
2016-10-10 10:34:33 +02:00 |
|
nabijaczleweli
|
01951aa213
|
Mostly add pancurses support. Test pancurses support on Travis
|
2016-10-10 10:34:33 +02:00 |
|
Alexandre Bury
|
9871e12734
|
Update for latest ncurses-rs
|
2016-10-09 17:48:31 -07:00 |
|
Alexandre Bury
|
686de0831c
|
Take &self in TermionBackend::clear()
|
2016-10-09 16:03:49 -07:00 |
|
Alexandre Bury
|
ad7606ca55
|
Switch backend with cargo features
Use `termion` feature and disable default features to use the termion
backend.
|
2016-10-09 16:02:26 -07:00 |
|
Alexandre Bury
|
df4397a174
|
Add stub termion backend
Not supported: input, colors, effects, async
|
2016-10-09 16:02:26 -07:00 |
|
Alexandre Bury
|
44dbd5826e
|
Make Backend::clear take &self
|
2016-10-09 15:47:06 -07:00 |
|
Alexandre Bury
|
3b3f403f7a
|
Apply rustfmt
|
2016-10-02 15:22:29 -07:00 |
|
Alexandre Bury
|
fa2ad3261b
|
Make Backend methods not static anymore
|
2016-09-24 16:51:42 -07:00 |
|
Alexandre Bury
|
2e06dd70cb
|
Apply rustfmt
|
2016-09-22 22:11:13 -07:00 |
|
Alexandre Bury
|
a064400b6f
|
Add unsafe block around ncurses::stdscr
One more reason to avoid ncurses
|
2016-09-21 11:57:19 -07:00 |
|
Alexandre Bury
|
f7a3d821d1
|
Actually use Theme::{shadow,borders} when drawing
Also add the 8 light base colors
|
2016-08-04 17:27:04 -07:00 |
|
Alexandre Bury
|
e29511e757
|
Add ProgressBar
Also make Callback its own NewType to add comversion methods.
|
2016-07-24 23:01:09 -07:00 |
|
Alexandre Bury
|
c07e8b6aee
|
Rustfmt
|
2016-07-10 19:11:21 -07:00 |
|
Alexandre Bury
|
6e0819f723
|
Simplify Event enum
Now properly unify Alt/Ctrl/Shift handling
|
2016-07-10 18:27:26 -07:00 |
|
Alexandre Bury
|
4b095a0652
|
Apply rustfmt
|
2016-07-09 19:05:51 -07:00 |
|
Alexandre Bury
|
985009e51c
|
More ncurses isolation
Also some renaming in the theme module
|
2016-06-30 23:38:01 -07:00 |
|