flow/src/tui/status
CJ van den Berg 6312d44d15
refactor: display regular file state icon in auto_save_mode on_focus_change
As on_focus_change does not save really often the icon showing the save
state may still be very usefull.
2026-02-02 17:20:12 +01:00
..
bar.zig fix: reset background style when rendering status bar grip 2026-01-22 13:06:02 +01:00
blank.zig
branch.zig feat: update vcs changed files info when click on branch status 2025-10-28 22:20:36 +01:00
clock.zig refactor: add source location tracing for need_render calls 2026-01-15 17:51:38 +01:00
diagstate.zig fix: store button click locations as signed values 2025-10-10 16:05:50 +02:00
filestate.zig refactor: display regular file state icon in auto_save_mode on_focus_change 2026-02-02 17:20:12 +01:00
keybindstate.zig refactor: lots more writergate fixes - first successful build 2025-09-25 22:01:29 +02:00
keystate.zig refactor: remove unused error return in Plane.put_yx and Plane.cursor_move_yx 2026-01-13 16:19:47 +01:00
linenumstate.zig feat: add more modes to linenumstate status bar widget 2026-01-26 15:59:22 +01:00
minilog.zig
modestate.zig feat: render red lock symbol in modestate when running as root 2025-11-24 13:24:55 +01:00
modstate.zig
selectionstate.zig harmonize selection display 2025-08-03 18:07:58 +02:00
tabs.zig refactor: use enum type for buffer references 2026-01-22 14:32:44 +01:00
widget.zig