aboutsummaryrefslogtreecommitdiff
path: root/kitten.h
AgeCommit message (Collapse)AuthorFilesLines
10 daysembed language & unicode tables into main executablesJavier1-26/+24
use KITTENC to embed all NLS files into executable KITTENC does not allow loading external files anymore... embed the cp???uni.tbl (codepage -> unicode conversion tables) into the main executable too. however, we will still try to find them in PATH if user cp is missing from the internal ones. this means the distribution zip/flp now contain much fewer files. con: some utilities now need to built in the host (kittenc & unitbl2c) this may make the build less portable; so far unix and dos/386 still work.
2026-08-29split bda from int10vga.h , update kitten version to latest from freedosJavier1-37/+21
2022-07-15Define _() macro for kittengets()Eduardo Casino1-0/+2
2022-07-14Localization supportEduardo Casino1-0/+78