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 d669b35b2b7b8112ecad872bf4f8959d7a549c75

Schedule a redraw in swap_view_roles()
Author: xaizek
Author date (UTC): 2026-09-02 18:20
Committer name: xaizek
Committer date (UTC): 2026-09-02 18:20
Parent(s): e867f938dfc809febfa137cde184a41c1a5582af
Signing key: 99DC5E4DB05F6BE2
Tree: 92ed9e04a2e3f5d232e785172282a2713024622f
File Lines added Lines deleted
src/ui/ui.c 2 0
File src/ui/ui.c changed (mode: 100644) (index ec9bef1ab..3eb292414)
... ... swap_view_roles(void)
1125 1125 view_t *const tmp = curr_view; view_t *const tmp = curr_view;
1126 1126 curr_view = other_view; curr_view = other_view;
1127 1127 other_view = tmp; other_view = tmp;
1128
1129 stats_redraw_later();
1128 1130 } }
1129 1131
1130 1132 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