ledit

Text editor (WIP)
git clone git://lumidify.org/ledit.git (fast, but not encrypted)
git clone https://lumidify.org/ledit.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ledit.git (over tor)
Log | Files | Refs | README | LICENSE

LICENSE (1063B)


      1 Note 1: Some stuff is stolen from st (https://st.suckless.org)
      2 Note 2: Some stuff is stolen from OpenBSD (https://openbsd.org)
      3 Note 3: pango-compat.{c,h} contains a bit of code copied from
      4         Pango in order to be compatible with older versions.
      5 Note 4: See LICENSE.ctrlsel for ctrlsel.{c,h}
      6 
      7 ISC License
      8 
      9 Copyright (c) 2021-2023 lumidify <nobody@lumidify.org>
     10 
     11 Permission to use, copy, modify, and/or distribute this software for any
     12 purpose with or without fee is hereby granted, provided that the above
     13 copyright notice and this permission notice appear in all copies.
     14 
     15 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
     16 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     17 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     18 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     19 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     20 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     21 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.