comparison 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
comparison
equal deleted inserted replaced
13849:8d1c55309e3c 13850:0e1e59770cb0
1 #ifndef GNT_KEYS_H
2 #define GNT_KEYS_H
3
4 #define GNT_KEY_POPUP "[29~"
5
6 /* Arrow keys */
7 #define GNT_KEY_LEFT "[D"
8 #define GNT_KEY_RIGHT "[C"
9 #define GNT_KEY_UP "[A"
10 #define GNT_KEY_DOWN "[B"
11
12 #define GNT_KEY_ENTER "\r"
13
14 #endif