Updated Terminal and Terminal Font detection (markdown)
parent
725fec1685
commit
93ee808789
|
@ -1,7 +1,7 @@
|
||||||
**[#252](https://github.com/dylanaraps/neofetch/pull/252)** added support for displaying the terminal emulator in use as well as the font<br \>
|
**[#252](https://github.com/dylanaraps/neofetch/pull/252)** added support for displaying the terminal emulator in use as well as the font<br \>
|
||||||
the terminal emulator is currently using.
|
the terminal emulator is currently using.
|
||||||
|
|
||||||
# Terminal Detection
|
## Terminal Detection
|
||||||
|
|
||||||
#### Mac OS X
|
#### Mac OS X
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ isn't `$SHELL`, `*sh`, `screen` or `tmux`.
|
||||||
This method of detection doesn't work with `tmux` as the parent processes aren't<br \>
|
This method of detection doesn't work with `tmux` as the parent processes aren't<br \>
|
||||||
the current shell or the terminal emulator.
|
the current shell or the terminal emulator.
|
||||||
|
|
||||||
# Font Detection
|
## Font Detection
|
||||||
|
|
||||||
Font detection works by parsing the terminal emulator's config file.
|
Font detection works by parsing the terminal emulator's config file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue