index
:
sf.git
master
System status monitor and file manager
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement status bar
verdant
2026-07-28
1
-1
/
+9
*
Use global need_redraw variable in main loop
verdant
2026-07-28
1
-3
/
+2
*
Fix -Wformat-truncation warning and refactor redraw logic
verdant
2026-07-27
1
-28
/
+35
*
Remove unused variable
verdant
2026-07-27
1
-1
/
+0
*
Delete stat module
verdant
2026-07-27
1
-1
/
+0
*
Fix path normalization in path_normalize()
verdant
2026-07-27
1
-2
/
+10
*
Implement directory preview
verdant
2026-07-27
1
-1
/
+15
*
Refactor main.c
verdant
2026-07-27
1
-59
/
+31
*
Remove a blank line
verdant
2026-07-23
1
-1
/
+0
*
Remove redundant debug logging and commented code
verdant
2026-07-23
1
-3
/
+0
*
Add path normalization
verdant
2026-07-23
1
-0
/
+13
*
Add version option support
verdant
2026-07-23
1
-0
/
+4
*
Fix a typo
verdant
2026-07-23
1
-1
/
+1
*
Remove resize handling
verdant
2026-07-23
1
-9
/
+0
*
Redraw when scrolling
verdant
2026-07-23
1
-2
/
+11
*
Move keypad() to ncurses_init()
verdant
2026-07-23
1
-2
/
+0
*
Reformat main.c and remove redundant comments
verdant
2026-07-22
1
-148
/
+80
*
Implement main application loop
verdant
2026-07-21
1
-0
/
+170