diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-01-30 15:43:21 -0800 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-02-08 13:30:56 +0900 |
commit | 33790e1fedd9ddb25c8a8be7a9772a20b1715893 (patch) | |
tree | af7f69d152135f13ea562e00c85684a832b52a20 /README.md | |
parent | 658aa270ba35f08029a98f897dd4bc1e6b2e3946 (diff) | |
download | xrdp-proprietary-33790e1fedd9ddb25c8a8be7a9772a20b1715893.tar.gz xrdp-proprietary-33790e1fedd9ddb25c8a8be7a9772a20b1715893.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -118,27 +118,27 @@ sudo make install ``` xrdp -├── common ------ common code -├── docs -------- documentation -├── fontdump ---- font dump for Windows -├── genkeymap --- keymap generator -├── instfiles --- installable data file -├── keygen ------ xrdp RSA key pair generator -├── libpainter -- painter library -├── librfxcodec - RFX codec library -├── libxrdp ----- core RDP protocol implementation -├── m4 ---------- Autoconf macros -├── mc ---------- media center module -├── neutrinordp - RDP client module for proxying RDP connections using NeutrinoRDP -├── pkgconfig --- pkg-config configuration -├── sesman ------ session manager for xrdp -├── tcutils ----- QT based utility program for thin clients -├── tests ------- tests for the code -├── vnc --------- VNC client module for xrdp -├── vrplayer ---- QT player redirecting video/audio to clients over xrdpvr channel -├── xorg -------- X11rdp, an Xorg backend for xrdp -├── xrdp -------- main server code -├── xrdpapi ----- virtual channel API -├── xrdpvr ------ API for playing media over RDP -└── xup --------- X11rdp and xorgxrdp client module +├── common ······ common code +├── docs ········ documentation +├── fontdump ···· font dump for Windows +├── genkeymap ··· keymap generator +├── instfiles ··· installable data file +├── keygen ······ xrdp RSA key pair generator +├── libpainter ·· painter library +├── librfxcodec · RFX codec library +├── libxrdp ····· core RDP protocol implementation +├── m4 ·········· Autoconf macros +├── mc ·········· media center module +├── neutrinordp · RDP client module for proxying RDP connections using NeutrinoRDP +├── pkgconfig ··· pkg-config configuration +├── sesman ······ session manager for xrdp +├── tcutils ····· QT based utility program for thin clients +├── tests ······· tests for the code +├── vnc ········· VNC client module for xrdp +├── vrplayer ···· QT player redirecting video/audio to clients over xrdpvr channel +├── xorg ········ X11rdp, an Xorg backend for xrdp +├── xrdp ········ main server code +├── xrdpapi ····· virtual channel API +├── xrdpvr ······ API for playing media over RDP +└── xup ········· X11rdp and xorgxrdp client module ``` |