]> git.lizzy.rs Git - micro.git/commitdiff
Merge pull request #1277 from coolreader18/patch-1
authorZachary Yedidia <zyedidia@gmail.com>
Sat, 8 Feb 2020 01:27:51 +0000 (20:27 -0500)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2020 01:27:51 +0000 (20:27 -0500)
Update README about Windows terminal color support.

1  2 
README.md

diff --cc README.md
index 179484a7b902512531c9ebc57ff0e4ac5ab02afd,36adbf81bd879ea4d9dc009fe85bb1194690487b..73e2ab7708ed7758fccb1f4ea03937f9002f17fe
+++ b/README.md
@@@ -167,16 -173,15 +167,17 @@@ by pressing CtrlE in micro and typing `
  If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
  to `xterm-256color`.
  
- Many of the Windows terminals don't support more than 16 colors, which means
+ Many older Windows terminals don't support more than 16 colors, which means
  that micro's default colorscheme won't look very good. You can either set
  the colorscheme to `simple`, or download a better terminal emulator, like
- mintty.
+ mintty. However, if you are on a recent version of Windows 10, the default
+ `cmd.exe` should do fine.
  
 -### Plan9, Cygwin
 +### Plan9, Cygwin, Mingw
 +
 +These platforms are unfortunately not supported.
  
 -Please note that micro uses the amazing [tcell library](https://github.com/gdamore/tcell), but this
 +Micro uses the amazing [tcell library](https://github.com/gdamore/tcell), but this
  means that micro is restricted to the platforms tcell supports. As a result, micro does not support
  Plan9, and Cygwin (although this may change in the future). Micro also doesn't support NaCl (but NaCl is deprecated anyways).