 - "wait for caller" mode doesn't work?
 - filebase vhn erilailla ett ei koko pathia nimelle vaan pelkstn alueen
   numero
 - ask_str.c :
    - editing very long lines bugs some..
    - delete and insert keys don't work
 - Some new macros:
     - @ASKSTR:80,@CR@what to do? @ - same as ask_string(), put answer to
       @ANSWER@ macro
     - ~1Y(es) / ~2N(o) @ASKKEY@ - waits until Y or N is pressed and answer
       (1 or 2) is put in @ANSWER@ macro
   And after done those, language file should use them and all ask_string() and
   yes_no() functions should be removed from code.
 - FS-editor to work with dummy-ansi
 - Insert and delete keys to work in FS editor
 - Better file dupe checking
 - Some subcommands in Join Conference-command:
     - show how many (new) messages are in area
     - ability to change lastread pointers
 - there's a entry in descript.ion like "a.zip @_LINK=b.zip_@" it's downloaded
   with name b.zip instead of a.zip .. (?)
 - buildfb.c - something wrong with scanning directories.. :
     - links messes up everything. Why don't S_ISLNK() work in CDs?? Or did I
       something wrong?
     - Should add files to list if descript.ion, files.bbs etc. files are not
       found.
 - top xxx lists:
      - most downloaded files
      - most downloaded file areas
      - who's done most what (read/written msgs, downs, ups, calls, etc.)
 - split screen chat
    - buggy as .. don't even think of using it. :)
    - user and sysop screens could be wholy different because user might have
      200x100 screen length or then again, it might be only 70x20..
    - clock
    - redraw
 - file lockings in filelist.c functions delete_file(), rename_file(),
   add_dl_file() (already done these? can't remember :)
 - move command in file area 
 - Reply At field is not updated in replies
 - replies can't be read in threads..
 - Hippo and OMEN message packet formats
 - chat text logging
 - tab could search/show files in prompt like in 4*os.
 - new commands in files menu:
     - add : flag file from current directory
     - flag: search file from filebase and flag it.
 - If file name has "_@", YAK gets confused because in temp there goes:
   @_LINK=/somewhere/a_@.zip_@ .. should be fixed somehow.
