Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

21 lines
556 B
Modula-2

LIBRARY panel5 INITINSTANCE TERMINSTANCE
DESCRIPTION "NCurses-5-1-20000704, module panel"
CODE LOADONCALL
DATA LOADONCALL NONSHARED MULTIPLE
EXPORTS
"bottom_panel" @7 NONAME
"del_panel" @5 NONAME
"hide_panel" @3 NONAME
"move_panel" @13 NONAME
"new_panel" @8 NONAME
"panel_above" @9 NONAME
"panel_below" @10 NONAME
"panel_hidden" @15 NONAME
"panel_userptr" @12 NONAME
"panel_window" @1 NONAME
"replace_panel" @14 NONAME
"set_panel_userptr" @11 NONAME
"show_panel" @4 NONAME
"top_panel" @6 NONAME
"update_panels" @2 NONAME