Completed
MISSING CHARACTERS IN A TYPEFACE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
CL Eye Catching User Interfaces
Automatically move to the next video in the Classroom when playback concludes
- 1 CL EYE-CATCHING USER INTERFACES
- 2 CARRIAGE RETURN YOUR NEW SECRET WEAPON
- 3 UNICODE YOUR OTHER NEW SECRET WEAPON
- 4 MISSING CHARACTERS IN A TYPEFACE
- 5 TEXT DECORATION AND COLOR
- 6 MULTILINE OUTPUT WITH CURSOR MOVEMENT
- 7 HOW CAN WE TELL WHAT IS SUPPORTED?
- 8 TERMINFO A database of terminal names (from TERM) and capabilities that started in ncurses. Includes escape codes.
- 9 RELY ON THE USER Provide flags and configuration for color and interactivity
- 10 HANDLING WINDOWS • Windows 10 can enable VT processing • For other versions, wrap the output and parse escape codes
- 11 WINDOWS SUBSYSTEM FOR LINUX - ANSI escape codes and POSIX syscalls under Windows • The console related API don't work across environments
- 12 DETECTING TERMINAL SIZE Great for columnar output and wrapping
- 13 MULTI-LINE INTERACTIVE INLINE INPUTS Raw mode
- 14 POTPOURRI
- 15 READING LIST . Windows console reference • ANSI escape codes