This patch adds a description of some of the items in the status bar of the package. E.g. exit=0 does not mean, that bosh can be exited with exit=0, instead it means that 0 was the last return value given by the command run in bosh.
[PATCH] Avoid accessing internal ncurses structures Since ncurses patchlevel 20231021 the WINDOW structure is opaque, its members cannot be addressed directly. Use the functions ncurses provides for this purpose instead.