Commit Graph

2 Commits

Author SHA1 Message Date
Bananymous e8491b34b8 Kernel/LibC: Rework TIOC{G,S}WINSZ more linux like
Userspace can freely set terminal size, kernel just updates it when for
example new font is loaded. Also SIGWINCH is now sent by kernel instead
of userspace.
2025-06-28 19:40:54 +03:00
Bananymous 37dea8aee7 userspace: Implement basic `less` program
This is very simple and only supports couple of flags and scrolling
2025-05-29 01:00:28 +03:00