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 88b0ec46eded1af0818601646dfde2f7b5202687

Fix an invocation of restart_into_session()
This one wasn't updated when RestartType enumeration was introduced.
Author: xaizek
Author date (UTC): 2026-06-09 09:14
Committer name: xaizek
Committer date (UTC): 2026-06-09 09:14
Parent(s): 3c7b4ba923d0889265f2db98a2a84ff00528df03
Signing key: 99DC5E4DB05F6BE2
Tree: 08306a5a947d4f2316ccb3f6b4bbdd11ad2c12f1
File Lines added Lines deleted
src/cmd_handlers.c 1 1
File src/cmd_handlers.c changed (mode: 100644) (index bd9a035e0..49575fac8)
... ... switch_to_a_session(const char session_name[])
4537 4537 return 0; return 0;
4538 4538 } }
4539 4539
4540 if(restart_into_session(session_name, 0) != 0)
4540 if(restart_into_session(session_name, RT_NONE) != 0)
4541 4541 { {
4542 4542 if(sessions_active()) if(sessions_active())
4543 4543 { {
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