annotate COPYING @ 341:ece94ae2a051

Handling of certain Curses keycodes only works as intended under PDCurses (Win32), so #ifdef the code out when working under NCurses. Specifically KEY_RESIZE's code is defined differently under NCurses vs. PDCurses, causing problems with terminal resizes if the PDCurses specific key handling code is enabled.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 01:22:44 +0300
parents 6badfa3eb10e
children 534b5d90255b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 DO WHAT EVER THE FUCK YOU WANT TO PUBLIC LICENSE
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 Version 1, March 2008
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 Everyone is permitted to copy and distribute verbatim or modified
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 copies of this license document, and changing it is allowed as long
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 as the name is changed.
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 DO WHAT EVER THE FUCK YOU WANT TO PUBLIC LICENSE
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
14
6badfa3eb10e Changed license wording.
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
11 0. You just DO WHAT EVER THE FUCK YOU WANT TO.
8
355d908d9d00 Added license.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12