* Stuff that needs to be done

- look into getting rid of node->data

- look into \c[OA default binding for keypad.

- garbage collection for deleted nodes.

-------------------------------------------------------------------------------

GENERAL STUFF:

- #buffer copy {line} {variable}

- Look into fixing atoff("inf") returning a big number.

- Add split pane scrollback

- Add a ARG_LEN / ARG_MAX setting.

- Add a #line skip option.

-------------------------------------------------------------------------------

READLINE:

- Debug end of screen input drawing.

-------------------------------------------------------------------------------

MAPPING STUFF:

- Display hidden exits differently.

- Synchronise drawn map with the link map.

- Add support to set hiddenexit colors.

- A method to double check correct movement.

- A method to highlight a route on the map

- Better #map undo support.

- Add conditional if checks for room traversal.

-------------------------------------------------------------------------------

* This is a list of improvements that are planned for a rainy day.

- Buffer safe strings.

- Fix up ipv6 support in chat.

- Look into packet defragmentation for chat.

- Color code compression, particularly useful with vt map drawing.

- link http://www.lauzet.com/argon on webpage

- See if it's possible to add better #path run support.

- Events for prompt lines.

- Lua scripting

- Look into using speech-dispatcher for text to speech.

-------------------------------------------------------------------------------

* Stuff that has been request but that I'm not entirely sure about

- Add a command to manipulate the input buffer.

- Add color compression to the strip_non_vt function.

- Keep last input visible with repeat enter enabled.

-------------------------------------------------------------------------------


* This is a list of new features/improvements I'm not interest in.

- X window support: console is just fine.

- MXP support, will be tricky with tintin++ being a console client, a good
  starting point might be libmxp provided by the creator of kmuddy.

  http://www.kmuddy.org/libmxp/

  Tintin will also need a html terminal, which isn't available yet.

- MSP support: I'm not aware of a good easy cross platform sound library. You
  can use a command line sound mixer with the #system command.

- Plugins: Maybe sometime far in the future I'll add a plugin to add plugins.
