From b36789fe10002ae6d33732f5a94522f6284f9171 Mon Sep 17 00:00:00 2001 From: mmdolze Date: Thu, 10 Feb 2011 22:57:47 +0000 Subject: [PATCH] Add note that alternate 'play icons' use two characters. --- server/driver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/driver.c b/server/driver.c index 072a5eb..d7c1010 100644 --- a/server/driver.c +++ b/server/driver.c @@ -580,6 +580,9 @@ driver_alt_heartbeat(Driver *drv, int state) * \param x Horizontal character position (column). * \param y Vertical character position (row). * \param icon synbolic value representing the icon. + * + * \note Icons used for 'play control' actually are composed of two + * characters. Drivers must check for bounds on calls to chr()! */ void driver_alt_icon(Driver *drv, int x, int y, int icon)