Use middle dot instead of dash to connect directories to descriptions

Dashes are too similar to the line drawing characters used to represent
the directory tree.
This commit is contained in:
Pavel Roskin 2017-01-30 15:43:21 -08:00 committed by metalefty
parent 658aa270ba
commit 33790e1fed

View File

@ -118,27 +118,27 @@ sudo make install
``` ```
xrdp xrdp
├── common ------ common code ├── common ······ common code
├── docs -------- documentation ├── docs ········ documentation
├── fontdump ---- font dump for Windows ├── fontdump ···· font dump for Windows
├── genkeymap --- keymap generator ├── genkeymap ··· keymap generator
├── instfiles --- installable data file ├── instfiles ··· installable data file
├── keygen ------ xrdp RSA key pair generator ├── keygen ······ xrdp RSA key pair generator
├── libpainter -- painter library ├── libpainter ·· painter library
├── librfxcodec - RFX codec library ├── librfxcodec · RFX codec library
├── libxrdp ----- core RDP protocol implementation ├── libxrdp ····· core RDP protocol implementation
├── m4 ---------- Autoconf macros ├── m4 ·········· Autoconf macros
├── mc ---------- media center module ├── mc ·········· media center module
├── neutrinordp - RDP client module for proxying RDP connections using NeutrinoRDP ├── neutrinordp · RDP client module for proxying RDP connections using NeutrinoRDP
├── pkgconfig --- pkg-config configuration ├── pkgconfig ··· pkg-config configuration
├── sesman ------ session manager for xrdp ├── sesman ······ session manager for xrdp
├── tcutils ----- QT based utility program for thin clients ├── tcutils ····· QT based utility program for thin clients
├── tests ------- tests for the code ├── tests ······· tests for the code
├── vnc --------- VNC client module for xrdp ├── vnc ········· VNC client module for xrdp
├── vrplayer ---- QT player redirecting video/audio to clients over xrdpvr channel ├── vrplayer ···· QT player redirecting video/audio to clients over xrdpvr channel
├── xorg -------- X11rdp, an Xorg backend for xrdp ├── xorg ········ X11rdp, an Xorg backend for xrdp
├── xrdp -------- main server code ├── xrdp ········ main server code
├── xrdpapi ----- virtual channel API ├── xrdpapi ····· virtual channel API
├── xrdpvr ------ API for playing media over RDP ├── xrdpvr ······ API for playing media over RDP
└── xup --------- X11rdp and xorgxrdp client module └── xup ········· X11rdp and xorgxrdp client module
``` ```