aboutsummaryrefslogtreecommitdiff
path: root/libbb/full_write.c (unfollow)
Commit message (Collapse)AuthorFilesLines
5 daysCall BCryptDestroyHash before freeing memory handleRFL8902-0/+2
10 daysstty: enable a minimal Windows implementationRon Yorston11-31/+224
Implement a minimal stty applet for Windows. - Display and set terminal rows and columns - Enable/disable raw/cooked mode - Enable/disable echo mode - Implement 'stty sane' to reset raw/cooked/echo Adds 2120-2304 bytes. (GitHub issue #58)