home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / sun / volume1 / rntool / rn.tt < prev    next >
Encoding:
Text File  |  1989-07-20  |  1.9 KB  |  79 lines

  1. application "/usr/news/tooltool/rn.sh"
  2.    font "/usr/lib/fonts/fixedwidthfonts/screen.r.14"
  3.    size 36 by 80 characters
  4.    label "rntool"
  5.    icon "/usr/news/images/nonews.icon"
  6.    open "^C"
  7.    close "q"
  8. gadgets
  9.    top
  10.    font "/usr/lib/fonts/fixedwidthfonts/screen.b.14"
  11.    ragged
  12.    button
  13.       normal    "Default"        " "
  14.       shift    "Back"            "^B"
  15.       control    "Refresh"        "^L"
  16.       meta    "Refresh and decrypt"    "X"
  17.    end_button
  18.    button
  19.       normal    "Help"            "h"
  20.    end_button
  21.    button
  22.       normal    "Quit"            "q"
  23.       shift    "Close"            CLOSE
  24.       control    "Exit"            EXIT
  25.    end_button
  26.    button
  27.       normal    "List"            "L"
  28.    end_button
  29.    button
  30.       normal    "Goto"            "g"
  31.       shift    "Goto specified subject"    "g^Subj.*:.*"
  32.       control    "Goto next subject in article"    "^G"
  33.       meta    "Search"        "/"
  34.    end_button
  35.    button
  36.       normal    "Next"            "N"
  37.       shift    "Next unread"        "n"
  38.       control    "Next unread with same subject"    "^N"
  39.       meta    "Next subject in article"    "^G"
  40.    end_button
  41.    button
  42.       normal    "Prev"            "P"
  43.       shift    "Previous unread"    "p"
  44.       control    "Previous unread with same subject"    "^P"
  45.       meta    "Previous displayed newsgroup"    "-"
  46.    end_button
  47.    button
  48.       normal    "Yes"            "y"
  49.    end_button
  50.    button
  51.       normal    "No"            "n"
  52.    end_button
  53.    button
  54.       normal    "Top"            "^R"
  55.       shift    "Decrypt"        "^X"
  56.       control    "Verbose"        "v"
  57.    end_button
  58.    button
  59.       normal    "Reply"            "r"
  60.       shift    "Reply, including article"    "R"
  61.    end_button
  62.    button
  63.       normal    "Followup"        "f"
  64.       shift    "Followup, including article"    "F"
  65.    end_button
  66.    menu "Others"
  67.       "Subjects"            "="
  68.       "Next subject"            "^G"
  69.       "Same subject"            "^N"
  70.       "Go to first article"        "1"
  71.       "Go to first unread article"    "^"
  72.       "Go to last article"        "$"
  73.       "Mark all articles read"        "c"
  74.       "Mark article as unread"        "m"
  75.       "Unsubscribe"            "u"
  76.       "Edit KILL file"            "^K"
  77.    end_menu
  78. end_gadgets
  79.