palboss.git
20 months agoFix "minor" issues
Lukáš Jiřiště [Mon, 11 Mar 2024 13:03:02 +0000 (14:03 +0100)]
Fix "minor" issues

Fix off by one error caused by using the whole terminal height instead
of the height used by the table (without the header).
Add missing initialization.
Fix terminal position indexing as it is 1 based (not 0 based).
Handle newline after printing entry separately in the loop mode as when
the entry at the very bottom of the terminal emits newline the
whole output shifts (erasing header).

20 months agoImplement the basis of the loop mode
Lukáš Jiřiště [Fri, 8 Mar 2024 23:17:29 +0000 (00:17 +0100)]
Implement the basis of the loop mode

Implement basic non-canonical handling.
Needs some tuning.

20 months agoImplement -h flag and specific boss printing
Lukáš Jiřiště [Thu, 7 Mar 2024 09:55:06 +0000 (10:55 +0100)]
Implement -h flag and specific boss printing

Also prepare a little for -l flag.

20 months agoImplement palboss program
Lukáš Jiřiště [Thu, 7 Mar 2024 09:32:41 +0000 (10:32 +0100)]
Implement palboss program