Update README.md

This commit is contained in:
Liam Galvin 2018-07-02 07:54:22 +00:00
parent fac6f3c979
commit 0b30230ffd
1 changed files with 19 additions and 18 deletions

View File

@ -13,26 +13,26 @@ Ensure you have your latest graphics card drivers installed before use.
## Planned Features ## Planned Features
| Feature | Done | Notes | | Feature | Done | Notes |
|-------------------|------|-------| |-----------------------------|------|-------|
| Pty allocation | ✔ | Linux only so far | Pty allocation | ✔ | Needs work for other platforms
| OpenGL rendering | ✔ | | OpenGL rendering | ✔ |
| Resizing/content reordering | ✔ | | Resizing/content reordering | ✔ |
| ANSI escape codes | 50% | | ANSI escape codes | ~ | Most of these are handled now
| UTF-8 input | 90% | No copy + paste as yet | UTF-8 input | ✔ |
| UTF-8 output | ✘ | | UTF-8 output | ✔ | Works as long as the font in use supports the relevant characters.
| Copy/paste | 50% | Paste working, no mouse interaction for copy | Copy/paste | ~ | Paste working, no mouse interaction for copy
| Customisable colour schemes | ✔ | Complete, but the config file has no entry for this yet | Customisable colour schemes | ✔ | Complete, but the config file has no entry for this yet
| Config file | 5% | | Config file | ~ | Minimal options atm
| Scrolling | 50% | Infinite buffer implemented, need GUI scrollbar & render updates | Scrolling | ✘ | Infinite buffer implemented, need GUI scrollbar & render updates
| Mouse interaction | ✘ | | Mouse interaction | ✘ |
| Sweet render effects | ✘ | | Sweet render effects | ✘ |
|||| ||||
## Platform Support ## Platform Support
| Platform | Supported | Platform | Supported |
|----------|------------ |----------|------------|
| Linux | ✔ | Linux | ✔
| MacOSX | ✘ (nearly) | MacOSX | ✘ (nearly)
| Windows | ✘ | Windows | ✘
@ -47,8 +47,9 @@ debug: False
``` ```
The following options are available: The following options are available:
| Name | Type | Description | Name | Type | Description |
| debug | bool | Enables debug logging |---------------|---------|------------------------|
| debug | bool | Enables debug logging
## Keyboard Shortcuts ## Keyboard Shortcuts