beansprout-custom/src
Ben Buhse 5501ccbe26
Split main() up by adding parseArgs() and run()
parseArgs() contains all of the argument parsing logic in a single fn.

run() handles the event loop. To work with the bar, I had to re-write
the loop to use polling similar to the loop in `beanclock` instead of
just `while (true) dispatch`.
2026-02-13 11:10:42 -06:00
..
Bar.zig Split main() up by adding parseArgs() and run() 2026-02-13 11:10:42 -06:00
Buffer.zig Add REUSE licensing for non-code files 2026-02-11 14:50:04 -06:00
BufferPool.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
Config.zig Change two uses of alloc to use stack buffers 2026-02-12 14:10:28 -06:00
Context.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
flags.zig Implement some simple flags and runtime log-levels 2026-02-08 16:25:30 -06:00
InputDevice.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
InputManager.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
LibinputDevice.zig Split main() up by adding parseArgs() and run() 2026-02-13 11:10:42 -06:00
main.zig Split main() up by adding parseArgs() and run() 2026-02-13 11:10:42 -06:00
Output.zig Add initial bar support 2026-02-13 10:07:48 -06:00
Seat.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
utils.zig Change two uses of alloc to use stack buffers 2026-02-12 14:10:28 -06:00
WallpaperImage.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
Window.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
WindowManager.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00
XkbBindings.zig Rename utils.allocator to utils.gpa 2026-02-12 14:10:28 -06:00