From 2fe07d2dadec5014bab0ca1ef3eaf4a6ca9d0896 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 19 Jan 2012 20:13:41 +0000 Subject: [PATCH] TODO: Add history support --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index affdd2e8..6523f8c6 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,8 @@ Medium Priority * Write a MemoryView class and port const vectors parameters to memory views in order to avoid useless memory copies. +* History support for commands, search pattern... + Low Priority ------------