xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 2adf84d0b3e4eacc00cbc82d070373eef2036481

Document --with-dyn-X11 flag of configure script
It controls static/dynamic linking against libX11 library.

Thanks to Hendrik Jaeger (a.k.a. henk) for the idea.
Author: xaizek
Author date (UTC): 2013-04-21 12:54
Committer name: xaizek
Committer date (UTC): 2013-04-21 12:55
Parent(s): e1c17f2c783a058e691257a66b3068367cfd4599
Signing key:
Tree: 7d1b5c64496e1991d96821ac48a04cd4196f3297
File Lines added Lines deleted
ChangeLog 4 0
INSTALL 2 0
File ChangeLog changed (mode: 100644) (index af4a2100a..f0a28f26d)
23 23 Added 'shortmess' option and its first flag: "T" to shorten long Added 'shortmess' option and its first flag: "T" to shorten long
24 24 status-bar messages. status-bar messages.
25 25
26 Added --without/[with]-dyn-X11 flag to the configure script to control
27 static/dynamic linking against libX11 library. Thanks to Hendrik
28 Jaeger (a.k.a. henk) for the idea.
29
26 30 Don't use libtool in build process on *nix platforms. Don't use libtool in build process on *nix platforms.
27 31
28 32 Less-like mode now highlights multiple matches in a line. Less-like mode now highlights multiple matches in a line.
File INSTALL changed (mode: 100644) (index 6d505ec73..06d2cb812)
... ... On *nix you need:
33 33 --without/[with]-X11 - use libX11 to get terminal window title before --without/[with]-X11 - use libX11 to get terminal window title before
34 34 changing it to restore it on exit. changing it to restore it on exit.
35 35
36 --without/[with]-dyn-X11 - load libX11 dynamically
37
36 38 You can install vifm in your ~/ directory if you prefer. To do this You can install vifm in your ~/ directory if you prefer. To do this
37 39 manually copy the vifm, vifmrc-converter and vifm-pause executables manually copy the vifm, vifmrc-converter and vifm-pause executables
38 40 from the src/ directory to where you want to run them. Another from the src/ directory to where you want to run them. Another
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master