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 c739da73d0c577ead9f331563c347dc4f9d75261

Fix missing screen update after some startup cmds
Thanks to zsugabubus.

Fixes #456 on GitHub.
Author: xaizek
Author date (UTC): 2019-07-25 14:20
Committer name: xaizek
Committer date (UTC): 2019-07-25 14:20
Parent(s): 1a5a0571c37cdc81fcfeb7cba763844cd9591320
Signing key: 99DC5E4DB05F6BE2
Tree: 54cd0bf28b5a2d2c7ab1ef1fc65a6de6bb786874
File Lines added Lines deleted
ChangeLog 3 0
src/vifm.c 5 0
File ChangeLog changed (mode: 100644) (index 2d1fb7f76..0145b8e13)
18 18 Fixed item not being redrawn on the screen after pressing t key to toggle Fixed item not being redrawn on the screen after pressing t key to toggle
19 19 its selection. its selection.
20 20
21 Fixed missing screen update after some startup commands. Thanks to
22 zsugabubus.
23
21 24 0.10 to 0.10.1-beta (2019-07-15) 0.10 to 0.10.1-beta (2019-07-15)
22 25
23 26 Added example of using xsel to sample vifmrc file. Thanks to Added example of using xsel to sample vifmrc file. Thanks to
File src/vifm.c changed (mode: 100644) (index 6f07c89f2..6b461d973)
... ... exec_startup_commands(const args_t *args)
618 618
619 619 (void)exec_commands(args->cmds[i], curr_view, CIT_COMMAND); (void)exec_commands(args->cmds[i], curr_view, CIT_COMMAND);
620 620 } }
621
622 if(curr_stats.need_update != UT_NONE)
623 {
624 update_screen(curr_stats.need_update);
625 }
621 626 } }
622 627
623 628 void void
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