view console/libgnt/gntkeys.h @ 13850:0e1e59770cb0

[gaim-migrate @ 16308] This is my first commit here. So don't yell at me if things get borked. Also, I haven't looked at the auto-thingies yet. So don't puke at the Makefiles. Files in console/libgnt/ are for the 'Gaim/GObjectified Ncurses Toolkit' library. Files in console/ uses libgaim and libgnt. Currently, only the buddylist-ui is 'functional', ie. the buddy-list updates when someone logs on or logs off. It still needs a lot of work. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 22 Jun 2006 08:33:54 +0000
parents
children 5b288502a382
line wrap: on
line source

#ifndef GNT_KEYS_H
#define GNT_KEYS_H

#define	GNT_KEY_POPUP	"[29~"

/* Arrow keys */
#define	GNT_KEY_LEFT		"[D"
#define	GNT_KEY_RIGHT	"[C"
#define	GNT_KEY_UP		"[A"
#define	GNT_KEY_DOWN		"[B"

#define	GNT_KEY_ENTER	"\r"

#endif