From 0b30230ffd1ab1d3980f7f72f648517f6516e8ff Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Mon, 2 Jul 2018 07:54:22 +0000 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7474e3b..0b8bc20 100644 --- a/README.md +++ b/README.md @@ -13,26 +13,26 @@ Ensure you have your latest graphics card drivers installed before use. ## Planned Features -| Feature | Done | Notes | -|-------------------|------|-------| -| Pty allocation | ✔ | Linux only so far -| OpenGL rendering | ✔ | -| Resizing/content reordering | ✔ | -| ANSI escape codes | 50% | -| UTF-8 input | 90% | No copy + paste as yet -| UTF-8 output | ✘ | -| Copy/paste | 50% | Paste working, no mouse interaction for copy -| Customisable colour schemes | ✔ | Complete, but the config file has no entry for this yet -| Config file | 5% | -| Scrolling | 50% | Infinite buffer implemented, need GUI scrollbar & render updates -| Mouse interaction | ✘ | -| Sweet render effects | ✘ | +| Feature | Done | Notes | +|-----------------------------|------|-------| +| Pty allocation | ✔ | Needs work for other platforms +| OpenGL rendering | ✔ | +| Resizing/content reordering | ✔ | +| ANSI escape codes | ~ | Most of these are handled now +| UTF-8 input | ✔ | +| UTF-8 output | ✔ | Works as long as the font in use supports the relevant characters. +| Copy/paste | ~ | Paste working, no mouse interaction for copy +| Customisable colour schemes | ✔ | Complete, but the config file has no entry for this yet +| Config file | ~ | Minimal options atm +| Scrolling | ✘ | Infinite buffer implemented, need GUI scrollbar & render updates +| Mouse interaction | ✘ | +| Sweet render effects | ✘ | |||| ## Platform Support -| Platform | Supported -|----------|------------ +| Platform | Supported | +|----------|------------| | Linux | ✔ | MacOSX | ✘ (nearly) | Windows | ✘ @@ -47,8 +47,9 @@ debug: False ``` The following options are available: -| Name | Type | Description -| debug | bool | Enables debug logging +| Name | Type | Description | +|---------------|---------|------------------------| +| debug | bool | Enables debug logging ## Keyboard Shortcuts