Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "include only minimal code changes to add ctrl-c capturing functionality" | nc | 2020-08-06 | 1 | -4/+0 |
| | | | | This reverts commit 9777930868591abdf4a533e4059cc4fd08898521. | ||||
* | include only minimal code changes to add ctrl-c capturing functionality | nc | 2020-08-06 | 1 | -0/+4 |
| | |||||
* | revert | nc | 2020-08-06 | 1 | -4/+0 |
| | |||||
* | Override Ctrl-C by disabling callback in Cursive | nc | 2020-08-06 | 1 | -6/+3 |
| | | | | | | | Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed. | ||||
* | remove debug code, add cargo.lock | nc | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Add RwLock around messages. Catch SIGINT and print that :q is the way to quit. | nc | 2020-07-20 | 1 | -1/+8 |
| | | | | | Note that this doesn't actually capture Ctrl-C. I'm not sure how it works but termion somehow swollows Ctrl-C so and circumvents the signal handler... | ||||
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -2/+6 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -6/+12 |
| | |||||
* | switch to termion backend for strikethrough and stable refresh rate | Akshay | 2020-07-18 | 1 | -2/+2 |
| | |||||
* | begin work on command line interface | Akshay | 2020-07-16 | 1 | -7/+32 |
| | |||||
* | remove unused imports, upgrade to cursive v0.15 | Akshay | 2020-07-12 | 1 | -34/+2 |
| | |||||
* | misc modules | Akshay | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | move to crossterm backend | Akshay | 2020-07-10 | 1 | -45/+14 |
| | |||||
* | access command mode via ':' and basic command parsing | Akshay | 2020-06-30 | 1 | -2/+5 |
| | |||||
* | more testing stuff | Akshay | 2020-06-29 | 1 | -25/+27 |
| | |||||
* | typetag dosen't support generics, use macro hack until then | Akshay | 2020-05-02 | 1 | -15/+15 |
| | |||||
* | require new super trait, add quit callback | Akshay | 2020-03-18 | 1 | -7/+4 |
| | |||||
* | add config cruft | Akshay | 2020-03-11 | 1 | -31/+65 |
| | |||||
* | refactor into app.rs | Akshay | 2020-02-27 | 1 | -157/+2 |
| | |||||
* | implement grid view | Akshay | 2020-02-27 | 1 | -26/+111 |
| | |||||
* | add App struct | Akshay | 2020-02-26 | 1 | -2/+76 |
| | |||||
* | redo main samples | Akshay | 2020-02-15 | 1 | -26/+25 |
| | |||||
* | new module structure | Akshay | 2020-02-10 | 1 | -6/+8 |
| | |||||
* | refactor out themes | Akshay | 2020-02-10 | 1 | -27/+3 |
| | |||||
* | refactor into modules | Akshay | 2020-02-10 | 1 | -157/+7 |
| | |||||
* | init | Akshay | 2020-02-09 | 1 | -0/+226 |