mirror of https://github.com/liamg/aminal.git
lots of unicode work
This commit is contained in:
parent
1a20091388
commit
fac6f3c979
10
README.md
10
README.md
|
@ -21,10 +21,11 @@ Ensure you have your latest graphics card drivers installed before use.
|
||||||
| ANSI escape codes | 50% |
|
| ANSI escape codes | 50% |
|
||||||
| UTF-8 input | 90% | No copy + paste as yet
|
| UTF-8 input | 90% | No copy + paste as yet
|
||||||
| UTF-8 output | ✘ |
|
| UTF-8 output | ✘ |
|
||||||
| Copy/paste | ✘ |
|
| Copy/paste | 50% | 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 | 5% |
|
||||||
| Scrolling | 50% | Infinite buffer implemented, need GUI scrollbar & render updates
|
| Scrolling | 50% | Infinite buffer implemented, need GUI scrollbar & render updates
|
||||||
|
| Mouse interaction | ✘ |
|
||||||
| Sweet render effects | ✘ |
|
| Sweet render effects | ✘ |
|
||||||
||||
|
||||
|
||||||
|
|
||||||
|
@ -48,3 +49,10 @@ 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
|
||||||
|
|
||||||
|
| Operation | Key(s) |
|
||||||
|
|-----------|---------------------|
|
||||||
|
| Paste | ctrl + alt + v
|
||||||
|
|||
|
||||||
|
|
Loading…
Reference in New Issue