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 836b05fc0be724e5bb2dfe7295001f1c06161004

Document better performance of less-like view
Author: xaizek
Author date (UTC): 2013-10-15 21:29
Committer name: xaizek
Committer date (UTC): 2013-10-15 22:02
Parent(s): 84eca294392ba7c1bb6db8953265f69e94359d51
Signing key:
Tree: 4eb694e6111b2de6e3b7898ba61ec0292feb6f72
File Lines added Lines deleted
ChangeLog 3 0
TODO 1 0
File ChangeLog changed (mode: 100644) (index b9c19d24e..3eec93280)
149 149 Documented how | is treated on command line by some commands. Thanks to Documented how | is treated on command line by some commands. Thanks to
150 150 Roger Bongers. Roger Bongers.
151 151
152 Increased performance of (re)loading content for view mode. Thanks to
153 Robert Sarkozi.
154
152 155 Fixed configuration when set_escdelay() function is not available. Fixed configuration when set_escdelay() function is not available.
153 156 Thanks to Russell Urquhart. Thanks to Russell Urquhart.
154 157
File TODO changed (mode: 100644) (index 1d8b40500..f3c4f8ecc)
... ... Code improvements.
186 186 Maybe allow specifying limit of input characters for command-line prompt Maybe allow specifying limit of input characters for command-line prompt
187 187 submode. Would it make conflict resolution prompt easier to use? submode. Would it make conflict resolution prompt easier to use?
188 188 Maybe pass var by pointer to var_free and cleanup the structure. Maybe pass var by pointer to var_free and cleanup the structure.
189 Write tests for get_lines functions in string_array.c
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