URI: 
       tAdd note on xcursor to README - ledit - Text editor (WIP)
  HTML git clone git://lumidify.org/ledit.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/ledit.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 9c2c62d13afcfb127994530a319c80897429f662
   DIR parent 2685622dcc0ab5293da9b82e9d651d3b9696e1ec
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Mon, 21 Aug 2023 11:14:58 +0200
       
       Add note on xcursor to README
       
       Diffstat:
         M README                              |       8 ++++++--
       
       1 file changed, 6 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README b/README
       t@@ -8,11 +8,15 @@ layout.
        Additionally, it allows multiple views on a text buffer so that different
        parts of a file can be shown at the same time.
        
       -REQUIREMENTS: pango (with xft), xlib (extensions: xkb, xdbe)
       +REQUIREMENTS: pango (with xft), xlib (extensions: xkb, xdbe), xcursor
       +
       +Note: xcursor technically wouldn't be needed since it's just a dependency
       +of features in ctrlsel that currently aren't being used, but I will
       +probably use those features later, so I was too lazy to remove those parts.
        
        Packages to install:
        On OpenBSD: pango
       -On MX Linux: libpango1.0-dev, libx11-dev, libxkbfile-dev
       +On MX Linux: libpango1.0-dev, libx11-dev, libxkbfile-dev libxcursor-dev
        (this is just from memory, I need to test it with a fresh system sometime)
        
        Installation: