See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| // It turns out people don't really know how to handle Alt+ch, or F[1, 12] keys | |
| // etc. in ncurses apps. Even StackOverflow is full of wrong answers and ideas. | |
| // The key idea is to skip ncurses' key handling and read stuff from the stdin | |
| // buffer manually. Here's a demo. Run this and start typing. ESC to exit. | |
| // | |
| // To compile: | |
| // | |
| // $ gcc demo.c -o demo -lncurses -std=gnu11 | |
| #include <ncurses.h> |
| # -------- | |
| # Hardware | |
| # -------- | |
| # Opcode - operational code | |
| # Assebly mnemonic - abbreviation for an operation | |
| # Instruction Code Format (IA-32) | |
| # - Optional instruction prefix | |
| # - Operational code |