Revision c0b5b109 monitor.c

b/monitor.c
904 904

  
905 905
    { 0xd2, "insert" },
906 906
    { 0xd3, "delete" },
907
#if defined(TARGET_SPARC) && !defined(TARGET_SPARC64)
908
    { 0xf0, "stop" },
909
    { 0xf1, "again" },
910
    { 0xf2, "props" },
911
    { 0xf3, "undo" },
912
    { 0xf4, "front" },
913
    { 0xf5, "copy" },
914
    { 0xf6, "open" },
915
    { 0xf7, "paste" },
916
    { 0xf8, "find" },
917
    { 0xf9, "cut" },
918
    { 0xfa, "lf" },
919
    { 0xfb, "help" },
920
    { 0xfc, "meta_l" },
921
    { 0xfd, "meta_r" },
922
    { 0xfe, "compose" },
923
#endif
907 924
    { 0, NULL },
908 925
};
909 926

  

Also available in: Unified diff