Skip to content

Commit

Permalink
FEAT: improved terminal support on posix platforms
Browse files Browse the repository at this point in the history
Now unicode input is (somehow) supported and there are new key shortcuts for clearing line (CTRL-U and CTRL-K) and navigation skipping by words (OPTION key with left or right arrow)

Known issues:
When TAB is entered, the line navigation using left/right arrows and char deletion is wrong. Any idea how to fix it without disabling TAB-ed input?

Note:
Few lines of code were taken from Brian Dickens' Ren-C
  • Loading branch information
Oldes committed Jan 2, 2019
1 parent 75c3c69 commit 6ea0800
Showing 1 changed file with 230 additions and 83 deletions.
Loading

0 comments on commit 6ea0800

Please sign in to comment.